From 13d926d2108d53f8b3e9fc7434ae06002e231858 Mon Sep 17 00:00:00 2001 From: Rj48 Date: Thu, 22 Dec 2016 22:38:53 +0100 Subject: [PATCH] more sane default exponent --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f3e5089..717110c 100755 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ $MAX_FILESIZE=512; //max. filesize in MiB $MAX_FILEAGE=180; //max. age of files in days $MIN_FILEAGE=31; //min. age of files in days -$DECAY_EXP=5; //high values favour smaller files (must be uneven) +$DECAY_EXP=2; //high values favour smaller files (must be uneven) $UPLOAD_TIMEOUT=5*60; //max. time an upload can take before it times out $ID_LENGTH=6; //length of the random file ID