File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3636 port : " 5432"
3737 user : wire-server
3838 dbname : wire-server
39+ postgresqlPool :
40+ size : 10 # adjust pool size as needed based on expected load and available resources
3941 useSES : false
4042 # Set to false if you want to hand out DynamoDB to store prekeys
4143 randomPrekeys : true
@@ -183,6 +185,8 @@ galley:
183185 port : " 5432"
184186 user : wire-server
185187 dbname : wire-server
188+ postgresqlPool :
189+ size : 10 # adjust pool size as needed based on expected load and available resources
186190 # Explicitly set postgresMigration to cassandra for fresh deployments.
187191 # This controls whether galley reads conversations/teamFeatures from Cassandra or PostgreSQL.
188192 postgresMigration :
@@ -367,6 +371,8 @@ background-worker:
367371 port : " 5432"
368372 user : wire-server
369373 dbname : wire-server
374+ postgresqlPool :
375+ size : 3 # Background worker has fewer connections to DB, so smaller pool size is fine
370376 postgresMigration :
371377 conversation : cassandra
372378 teamFeatures : cassandra
You can’t perform that action at this time.
0 commit comments