Skip to content

Commit fec3465

Browse files
Adam Lockea03nikki
andauthored
Replace deprecated script.cache.* settings with script.context.$constext.cache_* in documentation. (#74144) (#74182)
Co-authored-by: Nicole Albee <2642763+a03nikki@users.noreply.github.com>
1 parent 1f78e9b commit fec3465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/scripting/using.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ small.
406406

407407
All scripts are cached by default so that they only need to be recompiled
408408
when updates occur. By default, scripts do not have a time-based expiration.
409-
You can change this behavior by using the `script.cache.expire` setting.
410-
Use the `script.cache.max_size` setting to configure the size of the cache.
409+
You can change this behavior by using the `script.context.$CONTEXT.cache_expire` setting.
410+
Use the `script.context.$CONTEXT.cache_max_size` setting to configure the size of the cache.
411411

412412
NOTE: The size of scripts is limited to 65,535 bytes. Set the value of `script.max_size_in_bytes` to increase that soft limit. If your scripts are
413413
really large, then consider using a

0 commit comments

Comments
 (0)