mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-274] Reduce parallel download to 15
This commit is contained in:
@@ -169,7 +169,7 @@ export class OculusDownloader {
|
||||
return EMPTY;
|
||||
})
|
||||
);
|
||||
}, 20),
|
||||
}, 15),
|
||||
scan((acc, curr) => acc + curr.diff, 0),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user