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 e94d3b0716

View File

@@ -37,7 +37,7 @@
max_size = {{MAX_SIZE}} // in megabytes max_size = {{MAX_SIZE}} // in megabytes
max_days = {{MAX_DAYS}} max_days = {{MAX_DAYS}}
min_days = {{MIN_DAYS}} min_days = {{MIN_DAYS}}
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
</code></pre> </code></pre>
Cleanup happens everyday when midnight (IST) has passed Cleanup happens everyday when midnight (IST) has passed
<!-- CLEANUP_END --> <!-- CLEANUP_END -->