mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user