From e55af29c809e160a3df68773bb0b0761b0270829 Mon Sep 17 00:00:00 2001 From: Nicole Albee <2642763+a03nikki@users.noreply.github.com> Date: Tue, 15 Jun 2021 12:31:00 -0500 Subject: [PATCH] Replace deprecated `script.cache.*` settings with `script.context.$constext.cache_*` in documentation. --- docs/reference/scripting/using.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/scripting/using.asciidoc b/docs/reference/scripting/using.asciidoc index c740ff3decc61..f49be226c2d37 100644 --- a/docs/reference/scripting/using.asciidoc +++ b/docs/reference/scripting/using.asciidoc @@ -406,8 +406,8 @@ small. All scripts are cached by default so that they only need to be recompiled when updates occur. By default, scripts do not have a time-based expiration. -You can change this behavior by using the `script.cache.expire` setting. -Use the `script.cache.max_size` setting to configure the size of the cache. +You can change this behavior by using the `script.context.$CONTEXT.cache_expire` setting. +Use the `script.context.$CONTEXT.cache_max_size` setting to configure the size of the cache. 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 really large, then consider using a