-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set proper size for realtime_rls pool (#1241)
Connection pool for realtime_rls was not set properly and was using a higher value than it should leading to Realtime attempting to re-use replication slots creating issues upon connecting to listen to changes Now we will set `realtime_rls` and `realtime_broadcast_changes` to hardcoded 1 and `realtime_migrations` to hardcoded 2
- Loading branch information
1 parent
4380749
commit 4b9cfa1
Showing
2 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters