Reduced render limit on mobile.
This commit is contained in:
parent
cb66801d9f
commit
cf5116d75c
@ -95,4 +95,10 @@ window.runOnSmartphonesAfterBoot = function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Force lower render limits for mobile
|
||||||
|
window.VIEWPORT_PAD_RATIO = 0.1;
|
||||||
|
window.MAX_DRAWN_PORTALS = 500;
|
||||||
|
window.MAX_DRAWN_LINKS = 200;
|
||||||
|
window.MAX_DRAWN_FIELDS = 100;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user