Commit 327df44 1 parent 8728f82 commit 327df44 Copy full SHA for 327df44
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pub(crate) struct OciCachingClient {
36
36
#[ cached(
37
37
time = 60 ,
38
38
result = true ,
39
- sync_writes = true ,
39
+ sync_writes = "default" ,
40
40
key = "String" ,
41
41
convert = r#"{ format!("{}", image) }"# ,
42
42
with_cached_flag = true
@@ -128,7 +128,7 @@ impl<'a> PullSettings<'a> {
128
128
#[ cached(
129
129
time = 60 ,
130
130
result = true ,
131
- sync_writes = true ,
131
+ sync_writes = "default" ,
132
132
key = "String" ,
133
133
convert = r#"{ settings.hash() }"# ,
134
134
with_cached_flag = true
@@ -219,7 +219,7 @@ impl PullManifestSettings {
219
219
#[ cached(
220
220
time = 60 ,
221
221
result = true ,
222
- sync_writes = true ,
222
+ sync_writes = "default" ,
223
223
key = "String" ,
224
224
convert = r#"{ settings.hash() }"# ,
225
225
with_cached_flag = true
You can’t perform that action at this time.
0 commit comments