Skip to content
Commit 94d6369b authored by Susanne Moog's avatar Susanne Moog Committed by Benni Mack
Browse files

[BUGFIX] Do not flush redirect cache when re-building

Flushing the redirect cache before rebuilding
is not necessary and may result in dead-locks
if multiple processes try to do the same.

As there is only a single entry for redirects
which gets overwritten when the rebuilding is
finished, there is also no need to tag the entry
as the identifier is enough.

Resolves: #90069
Releases: master, 9.5
Change-Id: I2bc7c5ce9d0f4a37a3b1c9f51df34de556b2f35f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63729


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 053d7efc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment