aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-01-14 05:56:14 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-01-14 05:56:14 +0000
commit45155632210b6f935abf89708d4e1838766cf73b (patch)
tree3227663e913663e5fce0847f3c717cc3fccb61fc /ui/src
parent0aa20cc6b595899865ac3117c8c6a44c58d6e7f4 (diff)
downloadDropOut-45155632210b6f935abf89708d4e1838766cf73b.tar.gz
DropOut-45155632210b6f935abf89708d4e1838766cf73b.zip
Update download threads help text to clarify max value reasoning
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Diffstat (limited to 'ui/src')
-rw-r--r--ui/src/components/SettingsView.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/SettingsView.svelte b/ui/src/components/SettingsView.svelte
index 81dd586..dcb947f 100644
--- a/ui/src/components/SettingsView.svelte
+++ b/ui/src/components/SettingsView.svelte
@@ -136,7 +136,7 @@
class="bg-zinc-950 text-white w-full p-3 rounded border border-zinc-700 focus:border-indigo-500 outline-none"
/>
<p class="text-xs text-zinc-500 mt-2">
- Number of files to download simultaneously. Higher values can speed up downloads but may consume more bandwidth. Recommended: 16-64
+ Number of files to download simultaneously. Higher values can speed up downloads but may consume more bandwidth and system resources. Recommended: 16-64 (max: 128 for advanced users)
</p>
</div>
</div>