Skip to content

Commit

Permalink
Change parameter zfs_dmu_offset_next_sync default from 1 to 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticFaucet committed Nov 26, 2023
1 parent eb62221 commit 6be8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/dmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ unsigned long zfs_per_txg_dirty_frees_percent = 30;
* Disabling this option will result in holes never being reported in dirty
* files which is always safe.
*/
int zfs_dmu_offset_next_sync = 1;
int zfs_dmu_offset_next_sync = 0;

/*
* Limit the amount we can prefetch with one call to this amount. This
Expand Down

0 comments on commit 6be8ac3

Please sign in to comment.