[feature-274] Reduce parallel download to 15

This commit is contained in:
MathieuG-P
2023-11-06 17:09:13 +01:00
parent b692bcc7cd
commit 7090391f94
+1 -1
View File
@@ -169,7 +169,7 @@ export class OculusDownloader {
return EMPTY;
})
);
}, 20),
}, 15),
scan((acc, curr) => acc + curr.diff, 0),
);