[BUGFIX] Very short lifetime for cache_pagesection
The default lifetime for the cache_pagesection is not set, so the overall default of 3600 is used. This leads to the information in there being repeatedly generated, though it does seldom change (it only consists of information in the rootline, TypoScript configuration, conditions etc.). Therefore, the lifetime is increased by this patch again to 30 days. The cache is cleared nonetheless when clearing "all caches". The default lifetime for this cache was unlimited prior to the introduction of the caching framework. Change-Id: I98b307f11779174110ea2d5d79027771b44c5098 Resolves: #39295 Releases: 6.2, 6.1 Reviewed-on: https://review.typo3.org/27228 Reviewed-by: Ingo Schmitt Tested-by: Ingo Schmitt Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Oliver Klee Reviewed-by: Andreas Wolf Tested-by: Andreas Wolf
Please register or sign in to comment