Skip to content

Commit

Permalink
Set default status_ip, most server are hosted locally anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 15, 2024
1 parent 62d3c19 commit 2793c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@

// status, took automatically from config file if empty
'status_enabled' => true, // you can disable status checking by settings this to "false"
'status_ip' => '',
'status_ip' => '127.0.0.1',
'status_port' => '',
'status_timeout' => 2, // how long to wait for the initial response from the server (default: 2 seconds)
'status_timeout' => 1.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
Expand Down

0 comments on commit 2793c41

Please sign in to comment.