fix formula typo

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-11-16 18:37:06 +05:30
parent 0566e6709c
commit 6fe202b1d1
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
File retention is as per the following formula
#+begin_src text
retention = min_days + (max_days - min_days) * (1 - file_size / max_size)) ^ e
retention = min_days + (max_days - min_days) * (1 - file_size / max_size) ^ e
#+end_src
Cleanup happens everyday when midnight (IST) has passed