13
0
geforkt von Mirrors/Velocity

Add timeout property in default configuration

Dieser Commit ist enthalten in:
xDark 2020-07-29 17:30:24 +03:00
Ursprung b79f6ad827
Commit 4958bb76e7

Datei anzeigen

@ -105,6 +105,9 @@ connection-timeout = 5000
# Specify a read timeout for connections here. The default is 30 seconds. # Specify a read timeout for connections here. The default is 30 seconds.
read-timeout = 30000 read-timeout = 30000
# Specify an initial read timeout for connections here. The default is 3 seconds.
initial-read-timeout = 3000
# Enables compatibility with HAProxy. # Enables compatibility with HAProxy.
proxy-protocol = false proxy-protocol = false