Skip to content

Commit a0bd81c

Browse files
committed
gc_maxlifetime default value
The correct value of parameter gc_maxlifetime is not 14400 but 1440.
1 parent de33db5 commit a0bd81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ gc_maxlifetime
240240
.. versionadded:: 2.1
241241
The ``gc_maxlifetime`` option is new in version 2.1
242242

243-
**type**: ``integer`` **default**: ``14400``
243+
**type**: ``integer`` **default**: ``1440``
244244

245245
This determines the number of seconds after which data will be seen as "garbage"
246246
and potentially cleaned up. Garbage collection may occur during session start

0 commit comments

Comments
 (0)