We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a60d751 + 7dcfeae commit 18a5a13Copy full SHA for 18a5a13
1 file changed
src/ZoneTree/Core/ZoneTree.cs
@@ -394,7 +394,7 @@ public ZoneTreeOptions<TKey, TValue> CloneOptions()
394
BTreeNodeSize = options.BTreeNodeSize,
395
Comparer = options.Comparer,
396
DiskSegmentMaxItemCount = options.DiskSegmentMaxItemCount,
397
- DiskSegmentOptions = dsk,
+ DiskSegmentOptions = clonesDiskSegmentOptions,
398
EnableSingleSegmentGarbageCollection = options.EnableSingleSegmentGarbageCollection,
399
IsDeleted = options.IsDeleted,
400
KeySerializer = options.KeySerializer,
0 commit comments