summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-05 17:52:38 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-05 17:52:38 -0300
commit7ed98d9f43969cddb89f02723283cfb8b96be24c (patch)
tree5543fa9bde2533670169a04c2c98608903198790
parentd703a6d88ee4e9e9a75a43bdee29e7856c2eef43 (diff)
downloadserverdata-r16_20220505.tar.gz
serverdata-r16_20220505.tar.bz2
serverdata-r16_20220505.tar.xz
serverdata-r16_20220505.zip
Raise stall time from 60s to 90s.r16_20220505
-rw-r--r--conf/common/socket.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/common/socket.conf b/conf/common/socket.conf
index 8b8b21865..13c0ed9ea 100644
--- a/conf/common/socket.conf
+++ b/conf/common/socket.conf
@@ -29,7 +29,7 @@
socket_configuration: {
// How long can a socket stall before closing the connection (in seconds)?
- stall_time: 60
+ stall_time: 90
// Display debug reports (When something goes wrong during the report, the report is saved.)
debug: false