Skip to content

Commit 56a9142

Browse files
committed
set to null by default
1 parent 06768ab commit 56a9142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/stores/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const defaultConfig = {
2121
PLATFORMS_BINDING: {},
2222
PLATFORMS_VERSIONS: {},
2323
EJS_DEBUG: false,
24-
EJS_CACHE_LIMIT: 1073741824,
24+
EJS_CACHE_LIMIT: null,
2525
EJS_SETTINGS: {},
2626
EJS_CONTROLS: {},
2727
} as ConfigResponse;

0 commit comments

Comments
 (0)