aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-14 14:01:14 +0800
committerGitHub <noreply@github.com>2026-01-14 14:01:14 +0800
commitc61620ffd2071c9b08e0a4da3c6550a243dd534f (patch)
tree3227663e913663e5fce0847f3c717cc3fccb61fc /ui/src
parent671ed887f9ac097cb4f6bd69f4cbc0195e63bee3 (diff)
parent45155632210b6f935abf89708d4e1838766cf73b (diff)
downloadDropOut-c61620ffd2071c9b08e0a4da3c6550a243dd534f.tar.gz
DropOut-c61620ffd2071c9b08e0a4da3c6550a243dd534f.zip
Merge pull request #19 from HsiangNianian/copilot/sub-pr-17
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>