mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-10 19:08:45 +00:00
doesn't need to be uneven, I should l2maths
This commit is contained in:
parent
ccb5da9d6e
commit
09e4a35f82
@ -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.
|
...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.
|
**$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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user