* new configurable: status_interval (how often to fetch status from server)

This commit is contained in:
slawkens
2018-06-01 18:23:48 +02:00
parent 857ce1324c
commit db67bb0b98
2 changed files with 21 additions and 6 deletions

View File

@@ -235,6 +235,11 @@ $config = array(
'status_port' => '',
'status_timeout' => 2, // 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
// when server is offline, it will be checked every time web refreshes, ignoring this variable
'status_interval' => 60,
// other
'anonymous_usage_statistics' => true,
'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam