Skip to content

Commit 3c1ab41

Browse files
committed
Increase the connection limit.
1 parent 77230ba commit 3c1ab41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ docker run -d \
4141
--log-bin-trust-function-creators=1 \
4242
--local-infile=1 \
4343
--secure-file-priv=/var/tmp \
44+
--max-connections=250 \
4445
$MYSQL_EXTRA
4546

4647
for i in `seq 1 120`; do

0 commit comments

Comments
 (0)