docs: update examples with the sync config example (#3573)

See https://github.com/project-zot/zot/pull/3537

Note this sync timeout is for the entire image. It is not per HTTP request.

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
Andrei Aaron
2025-11-21 21:44:30 +02:00
committed by GitHub
parent 69dd648d20
commit bd32c62eb6
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"onDemand": true,
"tlsVerify": true,
"retryDelay": "5m",
"preserveDigest": true
"preserveDigest": true,
"syncTimeout": "10m"
}
]
}