Bugzilla – Attachment 160572 Details for
Bug 35086
Koha::SearchEngine::Elasticsearch::Indexer->update_index needs to commit in batches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35086: (follow-up) Use 5000 as example in conf file
Bug-35086-follow-up-Use-5000-as-example-in-conf-fi.patch (text/plain), 1.16 KB, created by
Nick Clemens (kidclamp)
on 2024-01-05 13:05:19 UTC
(
hide
)
Description:
Bug 35086: (follow-up) Use 5000 as example in conf file
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-01-05 13:05:19 UTC
Size:
1.16 KB
patch
obsolete
>From 2ba97bd935d45fd87cb4bc15c1bfbf4c63b21472 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 5 Jan 2024 13:03:36 +0000 >Subject: [PATCH] Bug 35086: (follow-up) Use 5000 as example in conf file > >--- > etc/koha-conf.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 9acc3e0edc2..f7cdd2f8d00 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -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> --> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35086
:
160278
|
160301
|
160530
|
160531
|
160532
|
160560
|
160561
|
160562
|
160572
|
160853
|
160854
|
160855
|
160856