From eef9f9e7578c298564d4dbf4360b747f5977bb1d Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 11 Apr 2012 16:42:37 +0200 Subject: [PATCH] Configurable chunk size. Default still 20. if 0 (or negative) set to max record (disabling chunking). --- src/settings.c | 1 + 1 file changed, 1 insertion(+) 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 }; -- 1.7.10.4