From bb3bfafeb018aa42cd239a44f416f3cb3fd09d7b Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 6 May 2009 10:50:51 +0200 Subject: [PATCH] (bug #3190) allow right truncation in lot of records This patch just add an option to zebra-biblios.cfg that allow to make right truncate requests on a huge request. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- etc/zebradb/zebra-biblios.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg index 679b717ed8..5bfe38e1c6 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 -- 2.39.5