Skip to content

Commit e9965b4

Browse files
authored
Prevent setting of the MySQL isolation
1 parent 2279edb commit e9965b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- MYSQL_DATABASE=domjudge
1212
ports:
1313
- 13306:3306
14-
command: --max-connections=1000 --max-allowed-packet=512M
14+
command: --max-connections=1000 --max-allowed-packet=512M --innodb_snapshot_isolation=OFF
1515
volumes:
1616
- /var/lib/mysql
1717
domjudge:

0 commit comments

Comments
 (0)