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

commenting commentary comments

This commit is contained in:
Rj48 2016-12-22 22:55:31 +01:00
parent 13d926d210
commit 9ceb65a05c

View File

@ -5,7 +5,7 @@
$MAX_FILESIZE=512; //max. filesize in MiB $MAX_FILESIZE=512; //max. filesize in MiB
$MAX_FILEAGE=180; //max. age of files in days $MAX_FILEAGE=180; //max. age of files in days
$MIN_FILEAGE=31; //min. age of files in days $MIN_FILEAGE=31; //min. age of files in days
$DECAY_EXP=2; //high values favour smaller files (must be uneven) $DECAY_EXP=2; //high values penalise larger files
$UPLOAD_TIMEOUT=5*60; //max. time an upload can take before it times out $UPLOAD_TIMEOUT=5*60; //max. time an upload can take before it times out
$ID_LENGTH=6; //length of the random file ID $ID_LENGTH=6; //length of the random file ID