From 3faef811bf0a8e712d841107c0088b4b0927a5b9 Mon Sep 17 00:00:00 2001 From: Katharina Schmid Date: Tue, 18 Jun 2024 13:29:56 +0200 Subject: [PATCH] Fix parameter name in documentation --- docs/performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/performance.md b/docs/performance.md index 2f0e465c..e1fbb957 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -46,8 +46,8 @@ which is a good trade-off for most setups and performed well in our benchmarks. settings, use the `sectionReadSizeKib` and `maxSectionCacheSizeKib` parameters on the `OcrHighlightComponent` in your `solrconfig.xml`: -- `sectionReadSizeKib`: The size of the sections that are read from the OCR files. The default is 8KiB. -- `maxSectionCacheSizeKib`: The maximum memory that is used for caching sections. The default is 10 * `sectionReadSizeKib`. +- `sectionReadSizeKiB`: The size of the sections that are read from the OCR files. The default is 8KiB. +- `maxSectionCacheSizeKiB`: The maximum memory that is used for caching sections. The default is 10 * `sectionReadSizeKib`. ## Concurrency The plugin can read multiple files in parallel and also process them concurrently. By default, it will