We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2279edb commit a669bd2Copy full SHA for a669bd2
docker/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- MYSQL_DATABASE=domjudge
12
ports:
13
- 13306:3306
14
- command: --max-connections=1000 --max-allowed-packet=512M
+ command: --max-connections=1000 --max-allowed-packet=512M --innodb_snapshot_isolation=OFF
15
volumes:
16
- /var/lib/mysql
17
domjudge:
0 commit comments