Software /
code /
prosody-modules
Changeset
3439:5912f3bacdb4
mod_http_upload: Clarify when expiry is checked
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 14 Jan 2019 10:55:36 +0100 |
parents | 3438:b74c86d137c9 |
children | 3440:64d1af33084f |
files | mod_http_upload/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_upload/README.markdown Mon Jan 07 20:08:47 2019 +0100 +++ b/mod_http_upload/README.markdown Mon Jan 14 10:55:36 2019 +0100 @@ -49,6 +49,8 @@ http_upload_expire_after = 60 * 60 * 24 * 7 -- a week in seconds ``` +Expired files are deleted when a new upload slot is requested, + ### User quota A total maximum size of all uploaded files per user can be set by: