From 92936c2577aa4d46c67c6109ad017958d8db382a Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 27 Jun 2026 19:38:05 +0900 Subject: style(concurrency): drop the verbose section descriptions The 'Concurrency limits' and 'Live status' section headings are clear on their own; the explanatory paragraphs under each were overbearing. Removed both. --- src/features/concurrency/ui/ConcurrencyView.svelte | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/features/concurrency/ui/ConcurrencyView.svelte b/src/features/concurrency/ui/ConcurrencyView.svelte index af38e83..f8a2199 100644 --- a/src/features/concurrency/ui/ConcurrencyView.svelte +++ b/src/features/concurrency/ui/ConcurrencyView.svelte @@ -205,11 +205,6 @@ Refresh -

- Cap how many concurrent token-generating requests a provider may run. At the cap, further - requests queue (oldest-agent-first); remove a limit to make a provider unlimited. Limits are - in-memory only. -

-

- In-flight slots held vs the cap (e.g. 2/4), agents queued waiting, and a paused state when a - provider backs off after a 429. Polls every 2s. -

{statusSummary} -- cgit v1.2.3