Skip to content

Commit b3ee0ef

Browse files
authored
Set max Connection Limit
1 parent 5831da3 commit b3ee0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
environment:
1212
POSTGRES_USER: timescaledb
1313
POSTGRES_PASSWORD: postgrespassword
14-
POSTGRES_MAX_CONNECTIONS: 10
14+
POSTGRES_MAX_CONNECTIONS: 100
1515

1616
graphql-engine:
1717
image: hasura/graphql-engine:latest

0 commit comments

Comments
 (0)