Increase template cache size from 100 to 200
This commit is contained in:
parent
f80d141c82
commit
3f0277120b
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
Reference in a new issue