aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-12-04 16:13:32 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-12-04 16:13:32 +0100
commit0b69752270f1ceea06a29872b3db23660a55d6d3 (patch)
tree42da726633f3e48f4fe592cfd2c1ca14346a159b /package.json
parentaf82cae07dc568e3cb10acd70113df56eb8b15a9 (diff)
downloadPeerTube-0b69752270f1ceea06a29872b3db23660a55d6d3.tar.gz
PeerTube-0b69752270f1ceea06a29872b3db23660a55d6d3.tar.zst
PeerTube-0b69752270f1ceea06a29872b3db23660a55d6d3.zip
Add a pool of requests instead of making a request at each action (add
video/remove video) for performance in big networks
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9b92e0152..8f2ed9e74 100644
--- a/package.json
+++ b/package.json
@@ -46,6 +46,7 @@
46 "jquery": "^2.1.4", 46 "jquery": "^2.1.4",
47 "js-yaml": "^3.3.1", 47 "js-yaml": "^3.3.1",
48 "load-grunt-tasks": "^3.3.0", 48 "load-grunt-tasks": "^3.3.0",
49 "lodash-node": "3.10.1",
49 "mkdirp": "^0.5.1", 50 "mkdirp": "^0.5.1",
50 "mongoose": "^4.0.5", 51 "mongoose": "^4.0.5",
51 "morgan": "^1.5.3", 52 "morgan": "^1.5.3",
@@ -57,6 +58,7 @@
57 "segfault-handler": "^0.2.4", 58 "segfault-handler": "^0.2.4",
58 "time-grunt": "^1.2.1", 59 "time-grunt": "^1.2.1",
59 "ursa": "^0.9.1", 60 "ursa": "^0.9.1",
61 "validator": "^4.3.0",
60 "webtorrent": "*", 62 "webtorrent": "*",
61 "winston": "^1.0.1", 63 "winston": "^1.0.1",
62 "ws": "^0.8.0" 64 "ws": "^0.8.0"