[Koha-patches] [PATCH] (bug #3190) allow right truncation in lot of records

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed May 6 10:50:51 CEST 2009


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




More information about the Koha-patches mailing list