increase default limit size of compressed files to 50 MB
This commit is contained in:
parent
3e3cd7ccec
commit
aca4bde881
@ -250,7 +250,7 @@ membermaxkbs = 50000
|
|||||||
# temporary directory for identification, which can be wasteful in some
|
# temporary directory for identification, which can be wasteful in some
|
||||||
# cases. Limit the waste. Negative means no limit. 0 results in no
|
# cases. Limit the waste. Negative means no limit. 0 results in no
|
||||||
# processing of any compressed file. Used to be -1 by default.
|
# 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
|
# Size limit for text files. This is for skipping monster logs
|
||||||
textfilemaxmbs = 20
|
textfilemaxmbs = 20
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user