We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ead8e4 commit fc812b4Copy full SHA for fc812b4
src/charm.py
@@ -2133,6 +2133,8 @@ def update_config(self, is_creating_backup: bool = False) -> bool:
2133
self._patroni.bulk_update_parameters_controller_by_patroni({
2134
"max_connections": max_connections,
2135
"max_prepared_transactions": self.config.memory_max_prepared_transactions,
2136
+ "max_replication_slots": 25,
2137
+ "max_wal_senders": 25,
2138
"shared_buffers": self.config.memory_shared_buffers,
2139
"wal_keep_size": self.config.durability_wal_keep_size,
2140
})
0 commit comments