From 09e4a35f829c26b616ecabb7cff52368f4c46ff4 Mon Sep 17 00:00:00 2001 From: Rj48 Date: Thu, 22 Dec 2016 22:37:39 +0100 Subject: [PATCH] doesn't need to be uneven, I should l2maths --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c74999f..58f576b 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,3 @@ $fileMaxAge = $MIN_FILEAGE + ``` ...which is a basic exponential decay curve that favours smaller files, meaning small files are kept longer and really big ones are deleted relatively quickly. **$DECAY_EXP** is one of the configurable globals and basically makes the curve more or less exponential-looking. Set to 1 for a completely linear relationship. -**NOTE:** $DECAY_EXP should always be an uneven number