We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db13239 commit 3d4fb7cCopy full SHA for 3d4fb7c
vars/main.yml
@@ -171,7 +171,7 @@ postgresql_parameters:
171
# - {option: "max_parallel_workers_per_gather", value: "4"} # for PostgreSQL 9.6 and above
172
# - {option: "max_parallel_maintenance_workers", value: "2"} # for PostgreSQL 11 and above
173
# - {option: "hot_standby_feedback", value: "on"} # allows feedback from a hot standby to the primary that will avoid query conflicts
174
-# - {option: "max_standby_streaming_delay", value: "30s"}
+ - {option: "max_standby_streaming_delay", value: "300s"}
175
# - {option: "wal_receiver_status_interval", value: "10s"}
176
# - {option: "old_snapshot_threshold", value: "60min"} # for PostgreSQL 9.6 and above (1min-60d)
177
# - {option: "", value: ""}
0 commit comments