summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAlexander Lazarević <laza@e11bits.com>2024-01-26 03:59:54 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-01-29 19:18:43 +0100
commita5365339eaee043895a79dbbdd7462f1399136e5 (patch)
tree47dc80907c19a2b6f94ae69140a91098d4a1bf9c /docs/ref
parent22785f0d6b9d1ef601737b1f0076972e7c82e8d0 (diff)
Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt4
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`.