aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack/webpack.video-embed.js
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-14 10:57:07 +0200
committerChocobozzz <me@florianbigard.com>2018-05-15 08:39:02 +0200
commitefda99c30f2c04702bf57cc150cdfdd0acccc178 (patch)
tree2d7a0807189f75ed75365f86d85e57211c8d3e74 /client/webpack/webpack.video-embed.js
parent4de2fafcad4b56449e3817825d4b317c5ed4696c (diff)
downloadPeerTube-efda99c30f2c04702bf57cc150cdfdd0acccc178.tar.gz
PeerTube-efda99c30f2c04702bf57cc150cdfdd0acccc178.tar.zst
PeerTube-efda99c30f2c04702bf57cc150cdfdd0acccc178.zip
Store webtorrent chunks in indexdb
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r--client/webpack/webpack.video-embed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index 63cda07bd..4a8879031 100644
--- a/client/webpack/webpack.video-embed.js
+++ b/client/webpack/webpack.video-embed.js
@@ -136,8 +136,8 @@ module.exports = function () {
136 ], 136 ],
137 137
138 performance: { 138 performance: {
139 maxEntrypointSize: 600000, // 600kB 139 maxEntrypointSize: 700000, // 600kB
140 maxAssetSize: 600000 140 maxAssetSize: 700000
141 }, 141 },
142 142
143 node: { 143 node: {