feat: increase MAX_BUILD_COMMANDS to 250000 for large schematics
Deploy to Docker / deploy (push) Successful in 1m29s

The Catedral Metropolitana has 224k blocks which exceeds the previous 15k limit.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-17 22:01:23 +00:00
co-authored by Claude Opus 4.6
parent 7f96f755c7
commit 91b8ce0624
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- WS_PORT=3001 - WS_PORT=3001
- MCP_PORT=3002 - MCP_PORT=3002
- NODE_ENV=production - NODE_ENV=production
- MAX_BUILD_COMMANDS=15000 - MAX_BUILD_COMMANDS=250000
volumes: volumes:
- schematic-cache:/app/cache - schematic-cache:/app/cache
restart: unless-stopped restart: unless-stopped