diff options
| author | Alexander Lazarević <laza@e11bits.com> | 2024-01-26 03:59:54 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-29 19:18:43 +0100 |
| commit | a5365339eaee043895a79dbbdd7462f1399136e5 (patch) | |
| tree | 47dc80907c19a2b6f94ae69140a91098d4a1bf9c /docs/ref | |
| parent | 22785f0d6b9d1ef601737b1f0076972e7c82e8d0 (diff) | |
Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 9db029cc60..98434c8833 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -273,8 +273,8 @@ See :doc:`/topics/cache`. Default: ``600`` -The default number of seconds to cache a page for the :ref:`cache middleware -<the-per-site-cache>`. +The default integer number of seconds to cache a page for the +:ref:`cache middleware <the-per-site-cache>`. See :doc:`/topics/cache`. |
