This patch just add an option to zebra-biblios.cfg that allow to make right truncate requests on a huge request. --- etc/zebradb/zebra-biblios.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg index 679b717..5bfe38e 100644 --- a/etc/zebradb/zebra-biblios.cfg +++ b/etc/zebradb/zebra-biblios.cfg @@ -56,3 +56,4 @@ keyTmpDir: __ZEBRA_DATA_DIR__/biblios/key # Approx. Memory usage during indexing memMax: 50M rank:rank-1 +truncmax: 1000000000 -- 1.6.0.4 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
