Deploy HouseHub / deploy (push) Successful in 2s
- 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>
6 lines
114 B
INI
6 lines
114 B
INI
upload_max_filesize = 300M
|
|
post_max_size = 310M
|
|
memory_limit = 512M
|
|
max_execution_time = 120
|
|
max_input_time = 120
|