summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-05 17:51:54 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-05 17:51:54 -0300
commitbc754bd2d7be61dc43131797535d0d073d03259d (patch)
tree95ad9c378d3b26c3c50da258a8b02872c898ac44
parent0eb8225ebfed56119eec128b97400707a3ecb6ba (diff)
downloadserverdata-bc754bd2d7be61dc43131797535d0d073d03259d.tar.gz
serverdata-bc754bd2d7be61dc43131797535d0d073d03259d.tar.bz2
serverdata-bc754bd2d7be61dc43131797535d0d073d03259d.tar.xz
serverdata-bc754bd2d7be61dc43131797535d0d073d03259d.zip
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.
-rw-r--r--conf/common/socket.conf4
1 files changed, 3 insertions, 1 deletions
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