From d200d60637bcfd4a193a49012b071098b750408f Mon Sep 17 00:00:00 2001 From: Josh Sandlin Date: Fri, 31 Jul 2026 14:45:48 -0400 Subject: [PATCH] introduce readTimeout and writeTimeout config overrides to handle higher latencies with object storage --- ansible/templates/zot-config.json.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/templates/zot-config.json.j2 b/ansible/templates/zot-config.json.j2 index 62a8787..3fb362c 100644 --- a/ansible/templates/zot-config.json.j2 +++ b/ansible/templates/zot-config.json.j2 @@ -37,7 +37,9 @@ "http": { "address": "0.0.0.0", "port": "5000", - "compat": ["docker2s2"] + "compat": ["docker2s2"], + "readTimeout": "3600s", + "writeTimeout": "3600s" }, "log": { "level": "warn"