Files
HouseHub/docker/php.ini
T
percoandClaude Sonnet 4.6 f2b1c05356
Deploy HouseHub / deploy (push) Successful in 2s
PrintVault: remove GCode segment cap + fix PHP upload limits
- PHP upload: 20M → 300M, post_max: 25M → 310M, memory: 256M → 512M
- GCode parser: no segment cap (full file), flat array format for compact JSON
  491k segments = 0.8s parse, 17MB JSON on 80MB GCode file
- Viewer JS updated for flat array stride-7 format

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 11:46:13 +02:00

6 lines
114 B
INI

upload_max_filesize = 300M
post_max_size = 310M
memory_limit = 512M
max_execution_time = 120
max_input_time = 120