From 13586e664ff3458f30435670847f5bb0e1bfe3c6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 14 Oct 2020 13:08:39 +0200 Subject: [PATCH] config.status_timeout can be floating number --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 8f2aafff..689777a3 100644 --- a/config.php +++ b/config.php @@ -264,7 +264,7 @@ $config = array( // status, took automatically from config file if empty 'status_ip' => '', 'status_port' => '', - 'status_timeout' => 2, // how long to wait for the initial response from the server (default: 2 seconds) + 'status_timeout' => 2.0, // how long to wait for the initial response from the server (default: 2 seconds) // how often to connect to server and update status (default: every minute) // if your status timeout in config.lua is bigger, that it will be used instead