Skip to content

Commit 17d1896

Browse files
committed
change back the default postgres max_connections to 100
1 parent 0d504cb commit 17d1896

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
@@ -145,7 +145,7 @@ services:
145145
"-c",
146146
"max_wal_senders=1",
147147
"-c",
148-
"max_connections=${POSTGRES_MAX_CONNECTIONS:-300}",
148+
"max_connections=${POSTGRES_MAX_CONNECTIONS:-100}",
149149
]
150150
environment:
151151
POSTGRES_HOST_AUTH_METHOD: "trust"

0 commit comments

Comments
 (0)