Skip to content

fix: set min size for pg connection pool - #26

Open
lollo89 wants to merge 1 commit into
permitio:masterfrom
lollo89:patch-1
Open

lollo89 wants to merge 1 commit into
permitio:masterfrom
lollo89:patch-1

Conversation

@lollo89

@lollo89 lollo89 commented Sep 29, 2025

Copy link
Copy Markdown

Solve error occurring while the BROADCASTER_PG_MAX_POOL_SIZE is less than 10. Because the default min_size of the connection pool in asyncpg is set to 10, it goes into an error at the startup, "min_size greater than max_size"

Solve error occurring while the BROADCASTER_PG_MAX_POOL_SIZE is less than 10. 
Because the default min_size of the connection pool in asyncpg is set to 10, it goes into an error at the startup, "min_size greater than max_size"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant