Skip to content

Commit 3551cdb

Browse files
[MAINTENANCE] Bump mysql max_connections for tests (#11023)
1 parent a6899d0 commit 3551cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/docker/mysql/conf.d/mysql.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030

3131
[mysqld]
3232
# looks like mysql is slow to release connections. tests should clean up connections, but adding some buffer
33-
max_connections = 300
33+
max_connections = 1000
3434
# https://stackoverflow.com/questions/36829911/how-to-resolve-order-by-clause-is-not-in-select-list-caused-mysql-5-7-with-sel
3535
sql_mode = ''

0 commit comments

Comments
 (0)