From: Dennis Schafroth Date: Wed, 11 Apr 2012 14:42:37 +0000 (+0200) Subject: Configurable chunk size. Default still 20. if 0 (or negative) set to max record ... X-Git-Tag: v1.6.13~62 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=eef9f9e7578c298564d4dbf4360b747f5977bb1d;p=pazpar2-moved-to-github.git Configurable chunk size. Default still 20. if 0 (or negative) set to max record (disabling chunking). --- diff --git a/src/settings.c b/src/settings.c index 1f9246c..264d3bf 100644 --- a/src/settings.c +++ b/src/settings.c @@ -78,6 +78,7 @@ static char *hard_settings[] = { "pz:limitmap:", "pz:url", "pz:sortmap:", + "pz:present_chunk:", 0 };