Skip to content

Commit 044dfb4

Browse files
jrodewigandrewkroh
andauthored
[DOCS] Fix cache setting name in 7.9 migration docs (#64063) (#64073)
The setting name is script.context.$CONTEXT.cache_max_size rather than script.context.$CONTEXT.context_max_size. Co-authored-by: Andrew Kroh <[email protected]>
1 parent 9b8ea63 commit 044dfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/migration/migrate_7_9.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ set per-context.
5959
6060
*Impact* +
6161
To avoid deprecation warnings, discontinue use of the `script.cache.max_size`
62-
setting. You may use `script.context.$CONTEXT.context_max_size` for the particular context.
63-
For example, for the `ingest` context, use `script.context.ingest.context_max_size`.
62+
setting. You may use `script.context.$CONTEXT.cache_max_size` for the particular context.
63+
For example, for the `ingest` context, use `script.context.ingest.cache_max_size`.
6464
6565
====
6666

0 commit comments

Comments
 (0)