diff --git a/roles/postgresql_server/templates/postgresql.conf b/roles/postgresql_server/templates/postgresql.conf index d2a73c22d3..2f603bb365 100644 --- a/roles/postgresql_server/templates/postgresql.conf +++ b/roles/postgresql_server/templates/postgresql.conf @@ -510,8 +510,8 @@ 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 +max_standby_streaming_delay = -1 {% endif %}