mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 12:58:02 +08:00
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:
@@ -25,7 +25,8 @@
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
"retryDelay": "5m",
|
||||
"preserveDigest": true
|
||||
"preserveDigest": true,
|
||||
"syncTimeout": "10m"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user