1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 16:26:59 +02:00

Add note about default timeout value in WireHttp per processwire/processwire-issues#1868

This commit is contained in:
Ryan Cramer
2024-01-19 10:39:53 -05:00
parent a3aa5c4dd0
commit 511f237429

View File

@@ -2089,6 +2089,8 @@ class WireHttp extends Wire {
/** /**
* Set the number of seconds till connection times out * Set the number of seconds till connection times out
* *
* Note that the default timeout for http requests is 4.5 seconds
*
* #pw-group-settings * #pw-group-settings
* *
* @param int|float $seconds * @param int|float $seconds