From bc754bd2d7be61dc43131797535d0d073d03259d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 May 2022 17:51:54 -0300 Subject: This is for Hello=): Change stall time to similar as TMWA uses. Without keepalive, it is half of the time, but still. This should keep Hello=) connected for longer. --- conf/common/socket.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/common/socket.conf b/conf/common/socket.conf index eb7d494b..1e03aa2e 100644 --- a/conf/common/socket.conf +++ b/conf/common/socket.conf @@ -29,7 +29,9 @@ socket_configuration: { // How long can a socket stall before closing the connection (in seconds)? - stall_time: 60 + // Default is 60s, but TMWA uses 300s, with a keepalive after 150s + // I don't know if Evol2 has keepalive, so drop when a keepalive would be sent + stall_time: 150 // Display debug reports (When something goes wrong during the report, the report is saved.) debug: false -- cgit v1.2.3-60-g2f50