Skip to content

Commit 792bb6c

Browse files
committed
Set --innodb_snapshot_isolation=OFF in our docker setup.
See #2848
1 parent 62a319c commit 792bb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ports:
1616
# Useful to connect a local MySQL client / GUI
1717
- 127.0.0.1:13306:3306
18-
command: --max-connections=1000 --max-allowed-packet=512M
18+
command: --max-connections=1000 --max-allowed-packet=512M --innodb_snapshot_isolation=OFF
1919
volumes:
2020
- /var/lib/mysql
2121
domjudge:

0 commit comments

Comments
 (0)