From c53bc3b9b9f4d944a1d54449cfad9d10df61dc76 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Thu, 2 Jul 2020 16:12:20 +0900 Subject: [PATCH] Change unit used in authentication_timeout. Change it from 60 to 1min. --- src/sample/pgpool.conf.sample-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sample/pgpool.conf.sample-snapshot b/src/sample/pgpool.conf.sample-snapshot index b84a8f05b..c611f84a6 100644 --- a/src/sample/pgpool.conf.sample-snapshot +++ b/src/sample/pgpool.conf.sample-snapshot @@ -97,7 +97,7 @@ pool_passwd = 'pool_passwd' # File name of pool_passwd for md5 authentication. # "" disables pool_passwd. # (change requires restart) -authentication_timeout = 60 +authentication_timeout = 1min # Delay in seconds to complete client authentication # 0 means no timeout. -- 2.39.5