mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 07:46:09 -04:00
Document in postgresql.conf that the max_standby_delay default is 30
'seconds'.
This commit is contained in:
parent
5f9d2316d5
commit
96189dbe66
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@
|
|||
# - Hot Standby -
|
||||
|
||||
#recovery_connections = on # allows connections during recovery
|
||||
#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
|
||||
#max_standby_delay = 30s # max acceptable standby lag (s) to allow queries
|
||||
# to complete without conflict; -1 disables
|
||||
#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue