From 41eb19b2e7358017918a78eb8fa59bfbf2e05918 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 13:35:25 +0800 Subject: feat: add download settings for concurrent download threads --- ui/src/stores/settings.svelte.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/stores/settings.svelte.ts') diff --git a/ui/src/stores/settings.svelte.ts b/ui/src/stores/settings.svelte.ts index 989172c..397b9a6 100644 --- a/ui/src/stores/settings.svelte.ts +++ b/ui/src/stores/settings.svelte.ts @@ -9,6 +9,7 @@ export class SettingsState { java_path: "java", width: 854, height: 480, + download_threads: 32, }); javaInstallations = $state([]); isDetectingJava = $state(false); -- cgit v1.2.3-70-g09d2