mirror of
https://github.com/stablyai/orca.git
synced 2026-09-27 08:02:35 +00:00
* perf(renderer): bound runtime refresh and sidebar subscriptions * perf(renderer): widen interactive connect to 15 concurrent probes The 5-wide bound came from the coalesced background event lane, where repo events repeat and can storm. Connect is one-shot and the user is waiting on it, so it gets its own wider lane while still capping fan-out on the remote, which runs a worktree-detection RPC per repo.