qcovery/limit-batch

There is no license information available for the latest version (1.0) of this package.

Limit the amount of entries loaded from the index in VuFind

Maintainers

Package info

github.com/qcovery/LimitBatch

Type:qcovery-module

pkg:composer/qcovery/limit-batch

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2024-03-05 07:47 UTC

This package is auto-updated.

Last update: 2026-03-05 20:24:20 UTC


README

This module limits the number of IDs requested from the index per batch.
Some indices allow only a certain number of IDs per request (e.g. the Findex allows a maximum of 50 IDs).

Usage

Integrate the module in the modules directory of VuFind and activate it by adding LimitBatch to VUFIND_LOCAL_MODULES.

The limit is set by the record_batch_size setting in the [Index]block of the config.ini. Set it like this in your local file:

[Index]
record_batch_size = 100