summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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