mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
temporarily disable apcu_clear_cache again
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
71481cd731
commit
c5697a8637
1 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ class DockerController
|
||||||
$this->startTopContainer(true);
|
$this->startTopContainer(true);
|
||||||
|
|
||||||
// Clear apcu cache in order to check if container updates are available
|
// 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', '/');
|
return $response->withStatus(201)->withHeader('Location', '/');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue