diff options
| author | 2026-01-14 05:56:14 +0000 | |
|---|---|---|
| committer | 2026-01-14 05:56:14 +0000 | |
| commit | 45155632210b6f935abf89708d4e1838766cf73b (patch) | |
| tree | 3227663e913663e5fce0847f3c717cc3fccb61fc /ui/src/components | |
| parent | 0aa20cc6b595899865ac3117c8c6a44c58d6e7f4 (diff) | |
| download | DropOut-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/components')
| -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> |