Skip to content

Commit e124824

Browse files
authored
Replace deprecated script.cache.* settings with script.context.$constext.cache_* in documentation. (#74144)
1 parent 4702973 commit e124824

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)