From 9d1468b01034b04cef17d5f827275e9772351d40 Mon Sep 17 00:00:00 2001 From: Rj48 Date: Sat, 23 Apr 2016 16:26:56 +0200 Subject: [PATCH] typo --- index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 41418d8..92a8629 100644 --- a/index.php +++ b/index.php @@ -51,9 +51,8 @@ else if (isset($argv[1]) && //file was called from cmd, to purge old files { purgeFiles(); } -else +else //nothing special going on, print info text { - //nothing special going on, print info text printInfo(); } @@ -235,7 +234,7 @@ is non-linear and skewed in favour of small files. The exact formula for determining the maximum age for a file is: -MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_AGE))^$DECAY_EXP +MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_SIZE))^$DECAY_EXP