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 25, 2023
1 parent 5d248c7 commit cd67f10
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 @@ -82,7 +82,7 @@ static uint_t zfs_per_txg_dirty_frees_percent = 30;
* Disabling this option will result in holes never being reported in dirty
* files which is always safe.
*/
static int zfs_dmu_offset_next_sync = 1;
static 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 cd67f10

Please sign in to comment.