We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8728f82 commit 327df44Copy full SHA for 327df44
src/registry/oci_caching_client.rs
@@ -36,7 +36,7 @@ pub(crate) struct OciCachingClient {
36
#[cached(
37
time = 60,
38
result = true,
39
- sync_writes = true,
+ sync_writes = "default",
40
key = "String",
41
convert = r#"{ format!("{}", image) }"#,
42
with_cached_flag = true
@@ -128,7 +128,7 @@ impl<'a> PullSettings<'a> {
128
129
130
131
132
133
convert = r#"{ settings.hash() }"#,
134
@@ -219,7 +219,7 @@ impl PullManifestSettings {
219
220
221
222
223
224
225
0 commit comments