diff options
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index 16f5af4bb..a8cf51610 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -380,7 +380,7 @@ $config['upload_max_size'] = 256*1024*1024; // 256MiB // even if requested to be highlit. $config['upload_max_text_size'] = 2*1024*1024; // 2MiB -// Files older than this will be deleted by the cron job. +// Files older than this will be deleted by the cron job or when accessed. // 0 disables deletion. $config['upload_max_age'] = 60*60*24*5; // 5 days $config['actions_max_age'] = 60*60*24*5; // 5 days |