summaryrefslogtreecommitdiffhomepage
path: root/src/features
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 19:38:05 +0900
committerAdam Malczewski <[email protected]>2026-06-27 19:38:05 +0900
commit92936c2577aa4d46c67c6109ad017958d8db382a (patch)
treeb5704a5c9da90cb8f49b40504db24e1b6220b9a7 /src/features
parent42aaaa8ec0ae4a29188d11bff1ee0f1276bdf94f (diff)
downloaddispatch-web-92936c2577aa4d46c67c6109ad017958d8db382a.tar.gz
dispatch-web-92936c2577aa4d46c67c6109ad017958d8db382a.zip
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.
Diffstat (limited to 'src/features')
-rw-r--r--src/features/concurrency/ui/ConcurrencyView.svelte9
1 files changed, 0 insertions, 9 deletions
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
</button>
</div>
- <p class="text-xs opacity-60">
- 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.
- </p>
<!-- Add form -->
<form
@@ -293,10 +288,6 @@
Refresh
</button>
</div>
- <p class="text-xs opacity-60">
- 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.
- </p>
<span class="text-xs opacity-70">{statusSummary}</span>