diff options
| author | Simon Riggs <simon@2ndQuadrant.com> | 2016-09-11 23:26:18 +0100 |
|---|---|---|
| committer | Simon Riggs <simon@2ndQuadrant.com> | 2016-09-11 23:26:18 +0100 |
| commit | c3c0d7bd701dae4737c974a59ffa9b366110f9c1 (patch) | |
| tree | 4522e179a54d0c7e360aba881d2b087cbebd0ad1 /doc/src | |
| parent | 52803098ab26051c0c9802f3c19edffc90de8843 (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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 7c483c6ef34..cd66abc8ba6 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. |
