mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 09:11:28 +10:00
feat(library): automatically fetch remote data if not available
This commit is contained in:
@ -212,7 +212,7 @@ impl GameDownloadAgent {
|
||||
}
|
||||
|
||||
pub fn run(&self) -> Result<(), ()> {
|
||||
const DOWNLOAD_MAX_THREADS: usize = 4;
|
||||
const DOWNLOAD_MAX_THREADS: usize = 1;
|
||||
|
||||
let pool = ThreadPoolBuilder::new()
|
||||
.num_threads(DOWNLOAD_MAX_THREADS)
|
||||
|
||||
Reference in New Issue
Block a user