From aca4bde88159336bed527d4c28a2bb07cd5ac2bc Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 3 Apr 2016 10:01:49 +0200 Subject: [PATCH] increase default limit size of compressed files to 50 MB --- src/sampleconf/recoll.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf index 89d989c8..3518976a 100644 --- a/src/sampleconf/recoll.conf +++ b/src/sampleconf/recoll.conf @@ -250,7 +250,7 @@ membermaxkbs = 50000 # temporary directory for identification, which can be wasteful in some # cases. Limit the waste. Negative means no limit. 0 results in no # processing of any compressed file. Used to be -1 by default. -compressedfilemaxkbs = 20000 +compressedfilemaxkbs = 50000 # Size limit for text files. This is for skipping monster logs textfilemaxmbs = 20