postgresql: increase the max_standby_streaming_delay to 90s
It's hoped that this would allow us to get more reliable backups on the hot spare. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
82b8bdf191
commit
05e5b4fe79
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@ effective_io_concurrency = 1
|
||||||
wal_level = 'hot_standby'
|
wal_level = 'hot_standby'
|
||||||
max_wal_senders = 10
|
max_wal_senders = 10
|
||||||
wal_keep_segments = 100
|
wal_keep_segments = 100
|
||||||
|
max_standby_streaming_delay = 90s
|
||||||
{% elif ansible_hostname.startswith("db-koji02") %}
|
{% elif ansible_hostname.startswith("db-koji02") %}
|
||||||
hot_standby = on
|
hot_standby = on
|
||||||
hot_standby_feedback = on
|
hot_standby_feedback = on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue