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:
Kevin Fenzi 2019-10-22 21:41:20 +00:00 committed by Pierre-Yves Chibon
parent 82b8bdf191
commit 05e5b4fe79

View file

@ -510,6 +510,7 @@ effective_io_concurrency = 1
wal_level = 'hot_standby'
max_wal_senders = 10
wal_keep_segments = 100
max_standby_streaming_delay = 90s
{% elif ansible_hostname.startswith("db-koji02") %}
hot_standby = on
hot_standby_feedback = on