X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4bcaa7bb1ef87418f033321a01c97f5940c6e446..f47bac0a1d5a605cf56ce608340871c4de7e3121:/cookbooks/postgresql/templates/default/postgresql.conf.erb diff --git a/cookbooks/postgresql/templates/default/postgresql.conf.erb b/cookbooks/postgresql/templates/default/postgresql.conf.erb index 6022ea6c5..3c84ec994 100644 --- a/cookbooks/postgresql/templates/default/postgresql.conf.erb +++ b/cookbooks/postgresql/templates/default/postgresql.conf.erb @@ -86,6 +86,7 @@ archive_command = '<%= @settings[:archive_command] || @defaults[:archive_command # - Sending Server(s) - max_wal_senders = <%= @settings[:max_wal_senders] || @defaults[:max_wal_senders] %> +max_replication_slots = <%= @settings[:max_replication_slots] || @defaults[:max_replication_slots] %> # - Standby Servers -