temporarily disable apcu_clear_cache again

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-07-14 09:22:36 +02:00
parent 71481cd731
commit c5697a8637

View file

@ -173,7 +173,8 @@ class DockerController
$this->startTopContainer(true);
// Clear apcu cache in order to check if container updates are available
apcu_clear_cache();
// Temporarily disabled as it leads much faster to docker rate limits
// apcu_clear_cache();
return $response->withStatus(201)->withHeader('Location', '/');
}