mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -2250,7 +2250,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
GUC_UNIT_S
|
||||
},
|
||||
&CheckPointTimeout,
|
||||
300, 30, 3600,
|
||||
300, 30, 86400,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user