aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-14 14:13:36 +0800
committerGitHub <noreply@github.com>2026-01-14 14:13:36 +0800
commit0b262ee13a9028cc581d1412bcbb729eb7c707f5 (patch)
tree59a4af26237b696eeeb59238d07cf73790341712
parentbf0a493020aa2e0ffea47e0d10105dd525439f23 (diff)
downloadDropOut-0b262ee13a9028cc581d1412bcbb729eb7c707f5.tar.gz
DropOut-0b262ee13a9028cc581d1412bcbb729eb7c707f5.zip
Update ui/src/components/SettingsView.svelte
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
-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 dcb947f..801970b 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 and system resources. Recommended: 16-64 (max: 128 for advanced users)
+ Number of concurrent download threads (1-128). Higher values increase download speed but use more bandwidth and system resources. Default: 32
</p>
</div>
</div>