Update server_login_retry on odyssey.conf

This commit is contained in:
Rui Marinho 2021-05-09 22:29:24 +01:00
parent 58793a65a5
commit 4dfc1c65cd
1 changed files with 7 additions and 4 deletions

View File

@ -292,6 +292,13 @@ keepalive_usr_timeout 0
# #
# client_max_routing 32 # client_max_routing 32
#
# If server responds with "Too many clients" client will wait for server_login_retry milliseconds.
#
# server_login_retry
#
# 1 by default.
### ###
### LISTEN ### LISTEN
### ###
@ -345,10 +352,6 @@ listen {
# client_login_timeout # client_login_timeout
# Prevent client stall during routing for more that client_login_timeout milliseconds. # Prevent client stall during routing for more that client_login_timeout milliseconds.
# Defaults to 15000. # Defaults to 15000.
# server_login_retry
# If server responds with "Too many clients" client will wait for server_login_retry milliseconds.
# Defaults to 1.
} }
### ###