From 0c04977548139a7c39cdf6afcd4bb174d59aaaf7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 15 Dec 2006 10:40:48 +0000 Subject: [PATCH] Comment out presentChunk for now -- it seems to provoke a ZOOM-C bug whereby an error is generated: ZOOM error 13 "Present request out of range" from diag-set 'Bib-1' --- lib/ZOOM/IRSpy/Stats.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Stats.pm b/lib/ZOOM/IRSpy/Stats.pm index 7eccf26..ed0ef62 100644 --- a/lib/ZOOM/IRSpy/Stats.pm +++ b/lib/ZOOM/IRSpy/Stats.pm @@ -1,4 +1,4 @@ -# $Id: Stats.pm,v 1.2 2006-12-15 10:36:36 mike Exp $ +# $Id: Stats.pm,v 1.3 2006-12-15 10:40:48 mike Exp $ package ZOOM::IRSpy::Stats; @@ -76,7 +76,7 @@ sub new { my $oldPC = $conn->option("presentChunk"); $conn->option(preferredRecordSyntax => "xml"); $conn->option(elementSetName => "zeerex"); - $conn->option(presentChunk => 10); +# $conn->option(presentChunk => 10); my $rs = $conn->search($query); my $n = $rs->size(); -- 1.7.10.4