gabriel / muse public
fix patch dev
AI Agent gabriel · 43 days ago · Apr 30, 2026 · Diff

fix: revert fetch_presign_or_stream wiring in clone/pull

Staging perf showed presign serializes (server packs + uploads then client downloads) at 353s vs fetch/stream pipelining at 260s for the muse repo. CF streaming timeout only affects idle connections; fetch/stream is continuous so CF doesn't kill it.

fetch_presign_or_stream stays on HttpTransport as an available method. The server endpoint is live. Wire it in when we have a repo large enough that streaming actually times out.

sha256:fb1be26c43257e8177c8705a0b60ccee7bc551cf367b5c8e5b3a3882ff183099 sha
sha256:2a74c2d0571f8790b7c3a2684767b989edb9b83e9176bae515afe554847c3cb6 snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:fb1be26c43257e8177c8705a0b60ccee7bc551cf367b5c8e5b3a3882ff183099 --body "your comment"