mirror of https://github.com/yandex/odyssey.git
Update server_login_retry on odyssey.conf
This commit is contained in:
parent
58793a65a5
commit
4dfc1c65cd
11
odyssey.conf
11
odyssey.conf
|
@ -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.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in New Issue