How to specify postgres connection pool size? #1591
Answered
by
ukutaht
ppatrzyk
asked this question in
Self-Hosted Support
-
Hello, I'd like to decrease the number of connections Plausible makes to Postgres database. How to achieve that? I'm running Plausible v1.4.3 as a docker container. I don't see anything in your docs. I found some older issue and PR - I tried to set Thank you for help |
Beta Was this translation helpful? Give feedback.
Answered by
ukutaht
Jan 9, 2022
Replies: 1 comment 1 reply
-
It can be added to the DATABASE_URL variable as a query parameter. Try this
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ppatrzyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be added to the DATABASE_URL variable as a query parameter. Try this