update scan freq info / fixes #8
This commit is contained in:
parent
cd1b845695
commit
af054a8ec0
|
|
@ -146,8 +146,8 @@ max_length = 134_217_728
|
||||||
# How long a cached upload will remain cached. (in seconds)
|
# How long a cached upload will remain cached. (in seconds)
|
||||||
upload_lifetime = 1800
|
upload_lifetime = 1800
|
||||||
|
|
||||||
# How often the cache will be checked for expired uploads.
|
# How often the cache will be checked for expired uploads
|
||||||
# It is not a continuous scan, and only is triggered upon a cache operation.
|
# in the background.
|
||||||
scan_freq = 60
|
scan_freq = 60
|
||||||
|
|
||||||
# How much memory (in bytes) the cache is allowed to consume.
|
# How much memory (in bytes) the cache is allowed to consume.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue