From af054a8ec07a530d4433ab2df29217623b90fb16 Mon Sep 17 00:00:00 2001 From: min Date: Tue, 10 Feb 2026 13:25:22 -0500 Subject: [PATCH] update scan freq info / fixes #8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 867195c..d73ddeb 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ max_length = 134_217_728 # How long a cached upload will remain cached. (in seconds) upload_lifetime = 1800 -# How often the cache will be checked for expired uploads. -# It is not a continuous scan, and only is triggered upon a cache operation. +# How often the cache will be checked for expired uploads +# in the background. scan_freq = 60 # How much memory (in bytes) the cache is allowed to consume.