Skip to content

Commit

Permalink
Prevent setting of the MySQL isolation
Browse files Browse the repository at this point in the history
See: DOMjudge/domjudge#2848 for the explaining of the underlying issue. This affects all released DOMjudge versions.

See: DOMjudge/domjudge@792bb6c#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3R18
  • Loading branch information
vmcj authored and Michael Vasseur committed Nov 24, 2024
1 parent 2279edb commit a669bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- MYSQL_DATABASE=domjudge
ports:
- 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 a669bd2

Please sign in to comment.