Merge pull request #5254 from PeterMorrison1/FilePipeline-expire-doc

Document file expiration method in media-pipeline (#5120)
This commit is contained in:
Andrey Rahmatullin 2021-10-12 16:41:16 +05:00 committed by GitHub
commit eb0e99dc20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -383,6 +383,9 @@ class name. E.g. given pipeline class called MyPipeline you can set setting key:
and pipeline class MyPipeline will have expiration time set to 180.
The last modified time from the file is used to determine the age of the file in days,
which is then compared to the set expiration time to determine if the file is expired.
.. _topics-images-thumbnails:
Thumbnail generation for images