diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-05 17:52:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-05 17:52:38 -0300 |
commit | 7ed98d9f43969cddb89f02723283cfb8b96be24c (patch) | |
tree | 5543fa9bde2533670169a04c2c98608903198790 /conf/common/socket.conf | |
parent | d703a6d88ee4e9e9a75a43bdee29e7856c2eef43 (diff) | |
download | serverdata-7ed98d9f43969cddb89f02723283cfb8b96be24c.tar.gz serverdata-7ed98d9f43969cddb89f02723283cfb8b96be24c.tar.bz2 serverdata-7ed98d9f43969cddb89f02723283cfb8b96be24c.tar.xz serverdata-7ed98d9f43969cddb89f02723283cfb8b96be24c.zip |
Raise stall time from 60s to 90s.r16_20220505
Diffstat (limited to 'conf/common/socket.conf')
-rw-r--r-- | conf/common/socket.conf | 2 |
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 |