Reduce timeout to stay within nginx's default timeout of 5s

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2026-05-22 18:38:23 +02:00
parent b9dea64ba2
commit 7b7c610458

View File

@@ -16,7 +16,7 @@ use http\Env\Response;
readonly class DockerActionManager {
private const string API_VERSION = 'v1.44';
private const int PULL_HEARTBEAT_INTERVAL_SECONDS = 5;
private const int PULL_HEARTBEAT_INTERVAL_SECONDS = 4;
private Client $guzzleClient;
public function __construct(