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"
}
]
}
+1 -1
View File
@@ -37,7 +37,7 @@
],
"onDemand": false,
"tlsVerify": false,
"PollInterval": "30m",
"pollInterval": "30m",
"content": [
{
"prefix": "**"
@@ -22,7 +22,7 @@
"extensions": {
"sync": {
"credentialsFile": "",
"DownloadDir": "/tmp/zot",
"downloadDir": "/tmp/zot",
"registries": [
{
"urls": [
+2 -1
View File
@@ -74,7 +74,8 @@
"onDemand": true,
"tlsVerify": true,
"maxRetries": 5,
"retryDelay": "30s"
"retryDelay": "30s",
"syncTimeout": "10m"
},
{
"urls": [