You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
295 B
7 lines
295 B
# Enable use of "safe" default limits on image size and chunk size.
|
|
#option SAFE_LIMITS on
|
|
# However, the default defaults seem a tad too restrictive for general
|
|
# purpose use, so back them off a little.
|
|
setting USER_CHUNK_CACHE_MAX default 1000
|
|
setting USER_CHUNK_MALLOC_MAX default 1000000000
|