summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2016-09-11 23:27:29 +0100
committerSimon Riggs <simon@2ndQuadrant.com>2016-09-11 23:27:29 +0100
commitf2dba881a5e13abc957f0e692749f89c9288134d (patch)
tree8b8598c9c643def341816951179b6eeabd22bada /doc/src
parentfa7b3a88dd5d7f6d18614eefc6cc0662e31bd451 (diff)
Raise max setting of checkpoint_timeout to 1d
Previously checkpoint_timeout was capped at 3600s New max setting is 86400s = 24h = 1d Discussion: 32558.1454471895@sss.pgh.pa.us
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 4bb32fe7786..45bf8a438b5 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2614,7 +2614,7 @@ include_dir 'conf.d'
<listitem>
<para>
Maximum time between automatic WAL checkpoints, in seconds.
- The valid range is between 30 seconds and one hour.
+ The valid range is between 30 seconds and one day.
The default is five minutes (<literal>5min</>).
Increasing this parameter can increase the amount of time needed
for crash recovery.