Skip to content

Commit

Permalink
temporarily disable apcu_clear_cache again
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Jul 14, 2023
1 parent 71481cd commit c5697a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/src/Controller/DockerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ public function StartContainer(Request $request, Response $response, array $args
$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', '/');
}
Expand Down

0 comments on commit c5697a8

Please sign in to comment.