added timeouts to config

This commit is contained in:
2022-02-04 15:06:56 +01:00
parent cc2c40dc56
commit 440aa41396
3 changed files with 20 additions and 7 deletions

View File

@@ -42,4 +42,12 @@ csgowtfd:
# days in which demos expire
demos_expire: 30
# ms between shots to count as spray
spray_timeout: 500
spray_timeout: 500
# timeouts
timeout:
# seconds before incoming request with no data send timeout
read: 5
# seconds to write a response before timeout
write: 30
# seconds before closing idle connections
idle: 120