From 3eabdb2949ccabc19958f85c1cda65adf732f0c7 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Asaba Date: Fri, 14 Mar 2008 07:01:32 +0000 Subject: [PATCH] Remove replication_timeout. --- doc/en/pgconfig.html | 6 ------ doc/ja/pgconfig.html | 6 ------ 2 files changed, 12 deletions(-) diff --git a/doc/en/pgconfig.html b/doc/en/pgconfig.html index 4b6110d..6325731 100644 --- a/doc/en/pgconfig.html +++ b/doc/en/pgconfig.html @@ -271,12 +271,6 @@ Number of connection pools each pgpool server process are keeping. pgpool will m
replication_strict If true, pgpool will wait for the completion of the master query before sending a query to the secondary server. This is the safest and default operating mode for pgpool. Default is true. - - - -
replication_timeout (integer) - In non strict replication mode, there will be a chance of deadlock. pgpool will abort the session if master or secondary does not respond within this milli seconds. if set to 0, timeout is disabled. - diff --git a/doc/ja/pgconfig.html b/doc/ja/pgconfig.html index 20d4a51..71cf867 100644 --- a/doc/ja/pgconfig.html +++ b/doc/ja/pgconfig.html @@ -291,12 +291,6 @@ TCP/IPコネクションを受け付けるアドレスをホスト名またはIP
replication_mode レプリケーションモードで動作させる場合はtrueを指定してください。デフォルト値はfalseです。 - - -
replication_timeout (integer) - - replication_strictがfalseのときにデッドロックを監視するためのタイムアウト時間をミリ秒単位で指定します。デフォルト値は5000、すなわち5秒です。0を指定するとタイムアウトしなくなります。 - -- 2.39.5