added timeouts to config
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user