Skip to content

Commit fab6f86

Browse files
committed
Prevent setting of the MySQL isolation
See: DOMjudge/domjudge#2848 for the explaining of the underlying issue. This affects all released DOMjudge versions. See: DOMjudge/domjudge@792bb6c#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3R18
1 parent 2279edb commit fab6f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- MYSQL_DATABASE=domjudge
1212
ports:
1313
- 13306:3306
14-
command: --max-connections=1000 --max-allowed-packet=512M
14+
command: --max-connections=1000 --max-allowed-packet=512M --innodb_snapshot_isolation=OFF
1515
volumes:
1616
- /var/lib/mysql
1717
domjudge:

0 commit comments

Comments
 (0)