Skip to content

Commit

Permalink
Merge pull request #3013 from Lx/mtime-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 4, 2022
2 parents 23f3804 + 39e5edd commit 083fb35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 083fb35

Please sign in to comment.