Skip to content

Commit 2e26501

Browse files
author
泰友
committed
rafs: fix amplifyio making no effect
Signed-off-by: 泰友 <[email protected]>
1 parent 3213eb7 commit 2e26501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rafs/src/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Rafs {
102102
initialized: false,
103103
digest_validate: rafs_cfg.validate,
104104
fs_prefetch: rafs_cfg.prefetch.enable,
105-
amplify_io: rafs_cfg.prefetch.batch_size as u32,
105+
amplify_io: rafs_cfg.batch_size as u32,
106106
prefetch_all: rafs_cfg.prefetch.prefetch_all,
107107
xattr_enabled: rafs_cfg.enable_xattr,
108108

0 commit comments

Comments
 (0)