mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
increase max connections
This commit is contained in:
@@ -338,7 +338,7 @@ services:
|
||||
mariadb:
|
||||
image: mariadb:10.7.1
|
||||
restart: unless-stopped
|
||||
command: --max-connections 1000 --max-allowed-packet 1073741824
|
||||
command: --max-connections 1500 --max-allowed-packet 1073741824
|
||||
networks:
|
||||
- monitoring
|
||||
- minecraft_default
|
||||
|
||||
Reference in New Issue
Block a user