increase max connections

This commit is contained in:
okx-code
2026-06-21 19:16:35 +01:00
parent 808084ea49
commit b985b987a4

View File

@@ -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