Store webtorrent chunks in indexdb

This commit is contained in:
Chocobozzz 2018-05-14 10:57:07 +02:00
parent 4de2fafcad
commit efda99c30f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 241 additions and 11 deletions

View file

@ -136,8 +136,8 @@ module.exports = function () {
],
performance: {
maxEntrypointSize: 600000, // 600kB
maxAssetSize: 600000
maxEntrypointSize: 700000, // 600kB
maxAssetSize: 700000
},
node: {