projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537a2c1
)
Change unit used in authentication_timeout.
author
Tatsuo Ishii
<ishii@sraoss.co.jp>
Thu, 2 Jul 2020 07:12:20 +0000
(16:12 +0900)
committer
Tatsuo 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
patch
|
blob
|
blame
|
history
diff --git
a/src/sample/pgpool.conf.sample-snapshot
b/src/sample/pgpool.conf.sample-snapshot
index b84a8f05b9a923c30efd03733b30e7e6781048d9..c611f84a693425613e52c872a70e6a4246f36fa7 100644
(file)
--- 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.