From 4dfc1c65cd2dfeec6f91dd9bcc01d4c0d5d724f6 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Sun, 9 May 2021 22:29:24 +0100 Subject: [PATCH] Update server_login_retry on odyssey.conf --- odyssey.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/odyssey.conf b/odyssey.conf index 854893ca..d77c8f91 100644 --- a/odyssey.conf +++ b/odyssey.conf @@ -292,6 +292,13 @@ keepalive_usr_timeout 0 # # 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 ### @@ -345,10 +352,6 @@ listen { # client_login_timeout # Prevent client stall during routing for more that client_login_timeout milliseconds. # Defaults to 15000. - -# server_login_retry -# If server responds with "Too many clients" client will wait for server_login_retry milliseconds. -# Defaults to 1. } ###