bigbluebutton-Github/build/packages-template/bbb-graphql-server/bbb-pg.conf
Gustavo Trott 1465d3dca3
refactor (gql-server): Set some configs for Max PG connections and Nginx max workers aiming to support more users (#20549)
* Set hasura max connections with pg to 100

* set nginx worker_connections from 4k to 10k

* Update bbb-graphql-server/metadata/databases/databases.yaml

* remove deprecated config

* set pg max connections up to 300

---------

Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
2024-06-20 16:41:47 -03:00

2 lines
84 B
Plaintext

# support up to 300 connections (because Hasura might use 100)
max_connections = 300