* new configurable: status_timeout

This commit is contained in:
slawkens
2018-06-01 16:04:23 +02:00
parent 887c792a76
commit 82d6467cee
2 changed files with 3 additions and 3 deletions

View File

@@ -233,6 +233,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)
// other
'anonymous_usage_statistics' => true,