Skip to content

Commit 3d4fb7c

Browse files
authored
Update main.yml
1 parent db13239 commit 3d4fb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ postgresql_parameters:
171171
# - {option: "max_parallel_workers_per_gather", value: "4"} # for PostgreSQL 9.6 and above
172172
# - {option: "max_parallel_maintenance_workers", value: "2"} # for PostgreSQL 11 and above
173173
# - {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"}
174+
- {option: "max_standby_streaming_delay", value: "300s"}
175175
# - {option: "wal_receiver_status_interval", value: "10s"}
176176
# - {option: "old_snapshot_threshold", value: "60min"} # for PostgreSQL 9.6 and above (1min-60d)
177177
# - {option: "", value: ""}

0 commit comments

Comments
 (0)