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 eb62221 commit 57f4900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/zfs/dmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ 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;
<<<<<<< HEAD
int zfs_dmu_offset_next_sync = 0;
>>>>>>> cd67f10eb (Change parameter `zfs_dmu_offset_next_sync` default from 1 to 0.)

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

0 comments on commit 57f4900

Please sign in to comment.