Skip to content

Commit

Permalink
Merge pull request #1150 from ccx1024cc/morgan/upmaster
Browse files Browse the repository at this point in the history
rafs: fix amplify can not be skipped.
  • Loading branch information
jiangliu authored Mar 15, 2023
2 parents a61debc + 0fefbb4 commit 5c19dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rafs/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Rafs {
initialized: false,
digest_validate: rafs_cfg.validate,
fs_prefetch: rafs_cfg.prefetch.enable,
amplify_io: rafs_cfg.prefetch.batch_size as u32,
amplify_io: rafs_cfg.batch_size as u32,
prefetch_all: rafs_cfg.prefetch.prefetch_all,
xattr_enabled: rafs_cfg.enable_xattr,

Expand Down

0 comments on commit 5c19dfb

Please sign in to comment.