Skip to content

Commit eb1a6e4

Browse files
committed
Set CONN_MAX_AGE=0 to switch to a DB connection pooling solution
1 parent 74ebed1 commit eb1a6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else
5757
"PASSWORD": "$DB_PASSWORD",
5858
"HOST": "$DB_HOST",
5959
"PORT": "$DB_PORT",
60-
"CONN_MAX_AGE": 120
60+
"CONN_MAX_AGE": 0
6161
}
6262
}
6363
EOF

0 commit comments

Comments
 (0)