I get this result when I run this query. SELECT * FROM pg_stat_activity;
c
I get this result when I run this query. SELECT * FROM pg_stat_activity;
r
hey @cuteprogrammer. whats the config for the db connection pool size in the core that you have set?
c
In my docker-compose.yml file, POSTGRESQL_CONNECTION_URI: "postgresql://supertokens_user:somePassword@db:5432/supertokens"
r
have you provided any other config to the core?
c
No
r
hmm
oh right.
So the default value of the connection pool size is 10
you can change it by setting the postgresql_connection_pool_size env var in the docker compose file
c
okay thanks
3 Views