Skip to content

Commit b9dafff

Browse files
committed
Bump up max postgres connections
1 parent ce95750 commit b9dafff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local_database/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ services:
1212
- POSTGRES_PASSWORD=HanviliciousHamiltonHilltops
1313
- POSTGRES_USER=test_source_collector_user
1414
- POSTGRES_DB=source_collector_test_db
15+
command: ['postgres', '-c', 'max_connections=160']
1516
volumes:
1617
dbscripts:

0 commit comments

Comments
 (0)