From 9a749afc46ad75beeb92ec08e5c2a381bf493033 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 20:19:25 +0100 Subject: [PATCH] 1 second should be enough, is ages in IT --- system/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/settings.php b/system/settings.php index c519a6a4..7dc98ee3 100644 --- a/system/settings.php +++ b/system/settings.php @@ -1465,7 +1465,7 @@ Sent by MyAAC,
'max' => 10, // more than 10 seconds waiting makes no sense 'step' => 0.1, 'desc' => 'How long to wait for the initial response from the server', - 'default' => 2.0, + 'default' => 1.0, 'show_if' => [ 'status_enabled', '=', 'true', ]