mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
config.status_timeout can be floating number
This commit is contained in:
parent
6e6db543f7
commit
13586e664f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user