Skip to content

Commit 11050ec

Browse files
committed
increase max connections for postgres
1 parent d08a0d3 commit 11050ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

supabase-pawtograder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ services:
178178
- config_file=/etc/postgresql/postgresql.conf
179179
- '-c'
180180
- log_min_messages=fatal
181+
- '-c'
182+
- 'max_connections=500'
181183
environment:
182184
- POSTGRES_HOST=/var/run/postgresql
183185
- 'PGPORT=${POSTGRES_PORT:-5432}'

0 commit comments

Comments
 (0)