把“自动选择并发数”选项默认开启 (#2805)

This commit is contained in:
zkitefly
2024-02-19 15:41:28 +08:00
committed by GitHub
parent 0e9e9811eb
commit 83e8ea3735

View File

@@ -131,7 +131,7 @@ public final class Config implements Cloneable, Observable {
private ObjectProperty<SupportedLocale> localization = new SimpleObjectProperty<>(Locales.DEFAULT);
@SerializedName("autoDownloadThreads")
private BooleanProperty autoDownloadThreads = new SimpleBooleanProperty(false);
private BooleanProperty autoDownloadThreads = new SimpleBooleanProperty(true);
@SerializedName("downloadThreads")
private IntegerProperty downloadThreads = new SimpleIntegerProperty(64);