Back to bug 40890

Who When What Removed Added
tomascohen 2025-09-26 19:50:06 UTC Assignee koha-bugs tomascohen
CC tomascohen
tomascohen 2025-09-26 20:06:06 UTC CC kyle, mtj, tristin.stagg
tomascohen 2025-09-26 20:07:02 UTC Status NEW Needs Signoff
Patch complexity --- String patch
tomascohen 2025-09-26 20:18:18 UTC Patch complexity String patch Trivial patch
tomascohen 2025-09-29 14:18:45 UTC Text to go in the release notes , the indexer defaulted to a batch size of 10. While the `koha-es-indexer` command supported overriding this with the `--batch_size` parameter, there was no way to set a different default value.

This change is particularly beneficial for large sites, where the indexer may otherwise struggle to keep pace with the update queue during peak activity. A new configuration entry has been introduced in `koha-conf.xml` to control how many Elasticsearch update tasks the indexer processes per iteration.

Previously

Back to bug 40890