File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ func TestLoadSnapshotterTOMLConfig(t *testing.T) {
3131 EnableStargz : false ,
3232 EnableReferrerDetect : false ,
3333 },
34+ PrefetchControllerConfig : PrefetchControllerConfig {
35+ Enable : true ,
36+ PrefetchConfig : "http://localhost:1323/api/v1/prefetch/download" ,
37+ },
3438 CleanupOnClose : false ,
3539 SystemControllerConfig : SystemControllerConfig {
3640 Enable : true ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ daemon_mode = "dedicated"
1010cleanup_on_close = false
1111
1212[prefetch ]
13- enable = false
13+ enable = true
1414get_prefetch_endpoint = " http://localhost:1323/api/v1/prefetch/download"
1515
1616[system ]
@@ -136,4 +136,4 @@ max_concurrent_proc = 0
136136# - "image_block": generate a raw block disk image with tarfs for an image
137137# - "layer_block_with_verity": generate a raw block disk image with tarfs for a layer with dm-verity info
138138# - "image_block_with_verity": generate a raw block disk image with tarfs for an image with dm-verity info
139- export_mode = " "
139+ export_mode = " "
You can’t perform that action at this time.
0 commit comments