mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
change default thread count to 8
This commit is contained in:
parent
ea2880629d
commit
af60895c9f
@ -16,7 +16,7 @@ data class AppSettingsModel(
|
||||
val theme: String = "dark",
|
||||
val language: String = "en",
|
||||
val mergeTopBarWithTitleBar: Boolean = false,
|
||||
val threadCount: Int = 5,
|
||||
val threadCount: Int = 8,
|
||||
val dynamicPartCreation: Boolean = true,
|
||||
val useServerLastModifiedTime: Boolean = false,
|
||||
val useSparseFileAllocation: Boolean = true,
|
||||
|
@ -2,7 +2,7 @@ package ir.amirab.downloader
|
||||
|
||||
data class DownloadSettings(
|
||||
//can be changed after boot!
|
||||
var defaultThreadCount: Int = 5,
|
||||
var defaultThreadCount: Int = 8,
|
||||
var dynamicPartCreationMode: Boolean = true,
|
||||
var useServerLastModifiedTime: Boolean = false,
|
||||
var globalSpeedLimit: Long = 0,//unlimited
|
||||
|
Loading…
x
Reference in New Issue
Block a user