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:
|
mariadb:
|
||||||
image: mariadb:10.7.1
|
image: mariadb:10.7.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: --max-connections 1000 --max-allowed-packet 1073741824
|
command: --max-connections 1500 --max-allowed-packet 1073741824
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- monitoring
|
||||||
- minecraft_default
|
- minecraft_default
|
||||||
|
|||||||
Reference in New Issue
Block a user