Skip to content

Commit

Permalink
LDEV-5200 add lucee.cache.variableKeys to sysprop-envar.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 13, 2024
1 parent 7051084 commit 778b103
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/main/java/resource/setting/sysprop-envvar.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,10 @@
"sysprop": "lucee.scope.arguments.capacity",
"envvar": "LUCEE_SCOPE_ARGUMENTS_CAPACITY",
"desc": "Sets the initial capacity (size) for the arguments scope hashmap"
},
{
"sysprop": "lucee.cache.variableKeys",
"envvar": "LUCEE_CACHE_VARIABLEKEYS",
"desc": "Sets the max number of variable names (keys) to cache"
}
]

0 comments on commit 778b103

Please sign in to comment.