mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
Document in postgresql.conf that the max_standby_delay default is 30
'seconds'.
This commit is contained in:
parent
5f9d2316d5
commit
96189dbe66
@ -185,7 +185,7 @@
|
|||||||
# - Hot Standby -
|
# - Hot Standby -
|
||||||
|
|
||||||
#recovery_connections = on # allows connections during recovery
|
#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
|
# to complete without conflict; -1 disables
|
||||||
#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred
|
#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user