7 lines
274 B
TOML
7 lines
274 B
TOML
#Evict cached StructureTemplates after the total cache grows beyond the configured limit.
|
|
limitTemplateCache = true
|
|
#Maximum number of StructureTemplates kept in StructureTemplateManager across all namespaces.
|
|
# Default: 128
|
|
# Range: 16 ~ 1024
|
|
templateCacheSize = 128
|