We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2279edb commit fab6f86Copy full SHA for fab6f86
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