summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-03-26 22:22:15 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-27 07:02:09 +0100
commita6cc8b80cbf149c028f127e01893c2b3973b8878 (patch)
tree4a9119ecb11e04b5dd922ae13900b183005544cf /docs/ref/databases.txt
parentf4ee1ba74d214004f111992578c6fe15200f9362 (diff)
[3.0.x] Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.
Backport of bec4dea844332390aecd72f22afc6673a3f5f5fc from master
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index de1088dd39..dae1c03077 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -37,7 +37,7 @@ connection. It can be set independently for each database.
The default value is ``0``, preserving the historical behavior of closing the
database connection at the end of each request. To enable persistent
-connections, set :setting:`CONN_MAX_AGE` to a positive number of seconds. For
+connections, set :setting:`CONN_MAX_AGE` to a positive integer of seconds. For
unlimited persistent connections, set it to ``None``.
Connection management