diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-14 10:57:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-15 08:39:02 +0200 |
commit | efda99c30f2c04702bf57cc150cdfdd0acccc178 (patch) | |
tree | 2d7a0807189f75ed75365f86d85e57211c8d3e74 /client/webpack | |
parent | 4de2fafcad4b56449e3817825d4b317c5ed4696c (diff) | |
download | PeerTube-efda99c30f2c04702bf57cc150cdfdd0acccc178.tar.gz PeerTube-efda99c30f2c04702bf57cc150cdfdd0acccc178.tar.zst PeerTube-efda99c30f2c04702bf57cc150cdfdd0acccc178.zip |
Store webtorrent chunks in indexdb
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 4 |
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: { |