Store webtorrent chunks in indexdb
This commit is contained in:
parent
4de2fafcad
commit
efda99c30f
5 changed files with 241 additions and 11 deletions
|
@ -136,8 +136,8 @@ module.exports = function () {
|
|||
],
|
||||
|
||||
performance: {
|
||||
maxEntrypointSize: 600000, // 600kB
|
||||
maxAssetSize: 600000
|
||||
maxEntrypointSize: 700000, // 600kB
|
||||
maxAssetSize: 700000
|
||||
},
|
||||
|
||||
node: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue