From efda99c30f2c04702bf57cc150cdfdd0acccc178 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 May 2018 10:57:07 +0200 Subject: Store webtorrent chunks in indexdb --- client/webpack/webpack.video-embed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/webpack') 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 () { ], performance: { - maxEntrypointSize: 600000, // 600kB - maxAssetSize: 600000 + maxEntrypointSize: 700000, // 600kB + maxAssetSize: 700000 }, node: { -- cgit v1.2.3