[pgpool-committers: 3523] pgpool: Change the default value of search_primary_node_timeout from 10
Tatsuo Ishii
ishii at postgresql.org
Sat Sep 24 11:58:32 JST 2016
Change the default value of search_primary_node_timeout from 10 to 300.
Prior default value 10 seconds is sometimes too short for a standby to
be promoted.
Per [pgpool-general: 5026].
Branch
------
V3_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=60162d29aa975d3274a6d96f74ba043e3e16dddb
Modified Files
--------------
doc/pgpool-en.html | 2 +-
doc/pgpool-ja.html | 4 +--
parser/scan.c | 32 +++++++++++------
pgpool.conf.sample | 2 +-
pgpool.conf.sample-master-slave | 2 +-
pgpool.conf.sample-replication | 2 +-
pgpool.conf.sample-stream | 2 +-
pool_config.c | 76 ++++++++++++++++++++++++-----------------
pool_config.l | 2 +-
9 files changed, 74 insertions(+), 50 deletions(-)
More information about the pgpool-committers
mailing list