de0642766cdfb88cc4a3fcbdb0b60bb62a13e99f
A from-scratch rebuild holds the triggering request open for many minutes with no bytes flowing, so both server hops' idle timeouts would drop it. Bun caps the server-level idleTimeout at 255s, but server.timeout(req, seconds) allows more per-request: - sidecar Bun.serve: extend /reindex, /manifest, /reindex/stream to 1800s. - platform proxy (music router): same, via the Bun server exposed as Hono's env. Baseline idleTimeouts unchanged (sidecar 255, main server 60). The build always completed in the background regardless; this keeps the request itself alive. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%