diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:03:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:03:26 +0200 |
commit | b40f057594d51ae64e9d638d3b5877e544214b53 (patch) | |
tree | bd7918e8b5ab4f688422125a925cca9b6ff527bc /package.json | |
parent | e1a540b5fa14b0fafa63f99e344927b10fdbee00 (diff) | |
download | PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.tar.gz PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.tar.zst PeerTube-b40f057594d51ae64e9d638d3b5877e544214b53.zip |
Handle concurrent requests in cache middleware
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index bf69c4ce0..910de3f39 100644 --- a/package.json +++ b/package.json | |||
@@ -69,6 +69,7 @@ | |||
69 | }, | 69 | }, |
70 | "dependencies": { | 70 | "dependencies": { |
71 | "async": "^2.0.0", | 71 | "async": "^2.0.0", |
72 | "async-lock": "^1.1.2", | ||
72 | "async-lru": "^1.1.1", | 73 | "async-lru": "^1.1.1", |
73 | "bcrypt": "^2.0.1", | 74 | "bcrypt": "^2.0.1", |
74 | "bittorrent-tracker": "^9.0.0", | 75 | "bittorrent-tracker": "^9.0.0", |
@@ -120,6 +121,7 @@ | |||
120 | }, | 121 | }, |
121 | "devDependencies": { | 122 | "devDependencies": { |
122 | "@types/async": "^2.0.40", | 123 | "@types/async": "^2.0.40", |
124 | "@types/async-lock": "^1.1.0", | ||
123 | "@types/bcrypt": "^2.0.0", | 125 | "@types/bcrypt": "^2.0.0", |
124 | "@types/body-parser": "^1.16.3", | 126 | "@types/body-parser": "^1.16.3", |
125 | "@types/chai": "^4.0.4", | 127 | "@types/chai": "^4.0.4", |