diff options
| author | 2026-01-14 14:01:14 +0800 | |
|---|---|---|
| committer | 2026-01-14 14:01:14 +0800 | |
| commit | c61620ffd2071c9b08e0a4da3c6550a243dd534f (patch) | |
| tree | 3227663e913663e5fce0847f3c717cc3fccb61fc /ui/src | |
| parent | 671ed887f9ac097cb4f6bd69f4cbc0195e63bee3 (diff) | |
| parent | 45155632210b6f935abf89708d4e1838766cf73b (diff) | |
| download | DropOut-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.svelte | 2 |
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> |