mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Increase template cache size from 100 to 200
This commit is contained in:
parent
7a695a71cd
commit
e68fd03f43
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import has from "lodash.has";
|
||||
import at from "lodash.at";
|
||||
|
||||
const TEMPLATE_CACHE_SIZE = 100;
|
||||
const TEMPLATE_CACHE_SIZE = 200;
|
||||
const templateCache: Map<string, ParsedTemplate> = new Map();
|
||||
|
||||
export class TemplateParseError extends Error {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue