Merge pull request #3013 from Lx/mtime-docs

This commit is contained in:
Justin Mayer 2022-08-04 15:03:20 +02:00 committed by GitHub
commit 083fb357bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,6 +350,11 @@ Basic settings
Controls how files are checked for modifications.
- If set to ``'mtime'``, the modification time of the file is
checked.
- If set to a name of a function provided by the ``hashlib``
module, e.g. ``'md5'``, the file hash is checked.
.. data:: LOAD_CONTENT_CACHE = False
If ``True``, load unmodified content from caches.