libreoffice/static/emscripten/environment.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
154 B
JavaScript
Raw Normal View History

if (!('preRun' in Module)) Module['preRun'] = [];
Module.preRun.push(function() {
ENV.MAX_CONCURRENCY = '4';
});
Module.ignoreApplicationExit = true;