From a0bd81cf62962f923cf1b714168105d2f565d8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Jaro=C5=A1?= Date: Wed, 7 Aug 2013 12:17:00 +0200 Subject: [PATCH] gc_maxlifetime default value The correct value of parameter gc_maxlifetime is not 14400 but 1440. --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 32c6d030796..2628632c598 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -240,7 +240,7 @@ gc_maxlifetime .. versionadded:: 2.1 The ``gc_maxlifetime`` option is new in version 2.1 -**type**: ``integer`` **default**: ``14400`` +**type**: ``integer`` **default**: ``1440`` This determines the number of seconds after which data will be seen as "garbage" and potentially cleaned up. Garbage collection may occur during session start