From 511f2374291f1326db4becfd9813d7a7a8bebefa Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 19 Jan 2024 10:39:53 -0500 Subject: [PATCH] Add note about default timeout value in WireHttp per processwire/processwire-issues#1868 --- wire/core/WireHttp.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wire/core/WireHttp.php b/wire/core/WireHttp.php index 951c7c40..ccada168 100644 --- a/wire/core/WireHttp.php +++ b/wire/core/WireHttp.php @@ -2089,6 +2089,8 @@ class WireHttp extends Wire { /** * Set the number of seconds till connection times out * + * Note that the default timeout for http requests is 4.5 seconds + * * #pw-group-settings * * @param int|float $seconds