update scan freq info / fixes #8

This commit is contained in:
minish 2026-02-10 13:25:22 -05:00
parent cd1b845695
commit af054a8ec0
Signed by: min
SSH Key Fingerprint: SHA256:mf+pUTmK92Y57BuCjlkBdd82LqztTfDCQIUp0fCKABc
1 changed files with 2 additions and 2 deletions

View File

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