Bugzilla – Attachment 189144 Details for
Bug 40890
Make batch_size configurable for koha-es-indexer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40890: Move fetching of batch size to within the instance loop
Bug-40890-Move-fetching-of-batch-size-to-within-th.patch (text/plain), 1.12 KB, created by
Martin Renvoize (ashimema)
on 2025-11-06 07:37:56 UTC
(
hide
)
Description:
Bug 40890: Move fetching of batch size to within the instance loop
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-11-06 07:37:56 UTC
Size:
1.12 KB
patch
obsolete
>From f0550eb64333fd42a851651641e9b0ea75e21a12 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 3 Nov 2025 14:38:27 -0500 >Subject: [PATCH] Bug 40890: Move fetching of batch size to within the instance > loop > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > debian/scripts/koha-es-indexer | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-es-indexer b/debian/scripts/koha-es-indexer >index e5b67e61fe6..6a30b44b0a0 100755 >--- a/debian/scripts/koha-es-indexer >+++ b/debian/scripts/koha-es-indexer >@@ -163,7 +163,7 @@ set_action() > > op="" > quiet="no" >-batch_size=$(get_es_indexer_batch_size ${name}) >+batch_size=10 > > # Read command line parameters > while [ $# -gt 0 ]; do >@@ -208,6 +208,8 @@ if [ $# -gt 0 ]; then > worker_DAEMON="${KOHA_HOME}/${KOHA_BINDIR}/workers/es_indexer_daemon.pl" > export PERL5LIB > >+ batch_size=$(get_es_indexer_batch_size ${name}) >+ > case $op in > "start") > start_es_indexer $name >-- >2.51.1
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 40890
:
187014
|
188996
|
188997
|
189143
| 189144