Skip to content

Commit

Permalink
Fix parameter name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schmika committed Jun 18, 2024
1 parent 9ad1c0e commit 3faef81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3faef81

Please sign in to comment.