Skip to content

Commit

Permalink
Reduce innodb-lock-wait-timeout from 50 to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 21, 2023
1 parent 0cf56bf commit 144aa4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
- --sort_buffer_size=2M
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
- --innodb-lock-wait-timeout=2
env_file: ./docker/mysql.env
ports:
- "33066:3306"
Expand Down

0 comments on commit 144aa4a

Please sign in to comment.