do not timeout active sockets for 1d

This commit is contained in:
zefie
2021-08-11 20:17:42 -04:00
parent 0f0cc623c0
commit 88ff940bec

View File

@@ -13,7 +13,7 @@
"hide_ssid_in_logs": true,
"post_percentages": [ 0, 25, 50, 100 ],
"verbosity": 2,
"socket_timeout": 10800,
"socket_timeout": 86400,
"post_data_socket_timeout": 30,
"error_log_file": "errors.log",
"catchall_file_name": "catchall.js",