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 06768ab commit 56a9142Copy full SHA for 56a9142
1 file changed
frontend/src/stores/config.ts
@@ -21,7 +21,7 @@ const defaultConfig = {
21
PLATFORMS_BINDING: {},
22
PLATFORMS_VERSIONS: {},
23
EJS_DEBUG: false,
24
- EJS_CACHE_LIMIT: 1073741824,
+ EJS_CACHE_LIMIT: null,
25
EJS_SETTINGS: {},
26
EJS_CONTROLS: {},
27
} as ConfigResponse;
0 commit comments