Download manager is now thread safe

This commit is contained in:
Isaac Abadi
2021-08-10 23:57:26 -06:00
parent fc55961822
commit f892a4a305
3 changed files with 66 additions and 32 deletions

View File

@@ -32,6 +32,7 @@
"dependencies": {
"archiver": "^3.1.1",
"async": "^3.1.0",
"async-mutex": "^0.3.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.0",
"compression": "^1.7.4",