From 88ff940bec6753d73894400a26a4e1425c69f7d8 Mon Sep 17 00:00:00 2001 From: zefie Date: Wed, 11 Aug 2021 20:17:42 -0400 Subject: [PATCH] do not timeout active sockets for 1d --- zefie_wtvp_minisrv/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/config.json b/zefie_wtvp_minisrv/config.json index 101339f4..db14be70 100644 --- a/zefie_wtvp_minisrv/config.json +++ b/zefie_wtvp_minisrv/config.json @@ -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",