Change unit used in authentication_timeout.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 2 Jul 2020 07:12:20 +0000 (16:12 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Thu, 2 Jul 2020 07:12:20 +0000 (16:12 +0900)
Change it from 60 to 1min.

src/sample/pgpool.conf.sample-snapshot

index b84a8f05b9a923c30efd03733b30e7e6781048d9..c611f84a693425613e52c872a70e6a4246f36fa7 100644 (file)
@@ -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.