Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading