Bug 35086: (follow-up) Use 5000 as example in conf file

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit ed23bc1364)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit a14f44ea8a)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Nick Clemens 2024-01-05 13:03:36 +00:00 committed by Lucas Gass
parent 5defc65ddd
commit 8bd1585e1a

View file

@ -171,8 +171,8 @@
<cxn_pool>Static</cxn_pool>
<!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to -->
<!-- <trace_to>Stderr</trace_to> -->
<!-- You can specify the maximum chunk size for records when batch processing in Koha -->
<!-- <chunk_size>500</chunk_size> -->
<!-- You can specify the maximum chunk size for records when batch processing in Koha, default is 5000 -->
<!-- <chunk_size>5000</chunk_size> -->
</elasticsearch>
<!-- Uncomment the following line if you want to override the Elasticsearch default index settings -->
<!-- <elasticsearch_index_config>__KOHA_CONF_DIR__/searchengine/elasticsearch/index_config.yaml</elasticsearch_index_config> -->