increase default limit size of compressed files to 50 MB

This commit is contained in:
Jean-Francois Dockes 2016-04-03 10:01:49 +02:00
parent 3e3cd7ccec
commit aca4bde881

View File

@ -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