Skip to content

Commit

Permalink
Set --innodb_snapshot_isolation=OFF in our docker setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Nov 24, 2024
1 parent e1764fe commit 35ff853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
ports:
# Useful to connect a local MySQL client / GUI
- 127.0.0.1:13306:3306
command: --max-connections=1000 --max-allowed-packet=512M
command: --max-connections=1000 --max-allowed-packet=512M --innodb_snapshot_isolation=OFF
volumes:
- /var/lib/mysql
domjudge:
Expand Down

0 comments on commit 35ff853

Please sign in to comment.