Configure olm memory size
16M is somewhat excessive: configure olm to use a bit less. Requires changes to the olm library to do anything useful, but will be harmless without them. Partial fix to vector-im/riot-web#2726.
This commit is contained in:
parent
c6dbeee245
commit
8be72e6c27
2 changed files with 42 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
// (we should probably make js-sdk load it asynchronously at some
|
||||
// point, so that it doesn't block the pageload, but that is a separate
|
||||
// problem)
|
||||
"olm": "olm/olm.js",
|
||||
"olm": "./src/vector/olm-loader.js",
|
||||
},
|
||||
module: {
|
||||
preLoaders: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue