Skip to content

Commit 8d525a9

Browse files
authored
project-fetcher-hoc.jsx -- hardset just in case
1 parent aa03d3b commit 8d525a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/lib/project-fetcher-hoc.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ const ProjectFetcherHOC = function (WrappedComponent) {
118118
if (projectId == 0 || projectId === null) {
119119
const path = window.location.pathname + window.location.hash;
120120
window.history.replaceState({}, document.title, path);
121+
this.props.vm.setRuntimeOptions({
122+
dangerousOptimizations: false,
123+
disableOffscreenRendering: false,
124+
fencing: true,
125+
maxClones: 300,
126+
miscLimits: true
127+
});
121128
}
122129
let assetPromise;
123130
// In case running in node...

0 commit comments

Comments
 (0)