Skip to content

Commit 1ad0f5c

Browse files
committed
Fix README.
1 parent 6826bf2 commit 1ad0f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The `wolsocketproxy.conf` has the following structure:
6666
// "http" - You must specify "online_check_http_url"
6767
// "ping" - You must specify "ip_address"
6868
"online_check_http_url": "http://192.168.1.124/health", // The URL used to check if machine is online, optional
69-
"online_check_timeout": 300, // Timeout when checking machine is online, seconds, optional, default is 300
69+
"online_check_timeout": 300, // Timeout when checking machine is online, seconds, optional, default is 60
7070
"online_check_http_expected_code": 200, // Expected HTTP status code when using "http" method, optional, default is 200
7171
"ipmi_force_reset_if_power_up_failed": true, // Use IPMI power reset if this machine is not online after timeout, optional, default is false
7272
"ipmi_max_reset_try_count": 3 // Max IPMI power reset retry count before giving-up, optional, default is 3

0 commit comments

Comments
 (0)