1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 00:49:33 +00:00

more sane default exponent

This commit is contained in:
Rj48 2016-12-22 22:38:53 +01:00
parent 09e4a35f82
commit 13d926d210

View File

@ -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