We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541454 commit 71ba4d6Copy full SHA for 71ba4d6
plugins/Debug_ReportMemory.js
@@ -21,7 +21,7 @@
21
var parameters = PluginManager.parameters('Debug_ReportMemory');
22
var pixels = +parameters['Max Pixels In MPix'] || 20;
23
24
- ImageCache.limit = pixels * 1024 * 1024;
+ ImageCache.limit = pixels * 1000 * 1000;
25
26
var div = document.createElement('div');
27
div.style.backgroundColor = 'AliceBlue';
0 commit comments