diff --git a/src/ZoneTree/Core/ZoneTree.cs b/src/ZoneTree/Core/ZoneTree.cs index e93c711..b9fd120 100644 --- a/src/ZoneTree/Core/ZoneTree.cs +++ b/src/ZoneTree/Core/ZoneTree.cs @@ -394,7 +394,7 @@ public ZoneTreeOptions CloneOptions() BTreeNodeSize = options.BTreeNodeSize, Comparer = options.Comparer, DiskSegmentMaxItemCount = options.DiskSegmentMaxItemCount, - DiskSegmentOptions = dsk, + DiskSegmentOptions = clonesDiskSegmentOptions, EnableSingleSegmentGarbageCollection = options.EnableSingleSegmentGarbageCollection, IsDeleted = options.IsDeleted, KeySerializer = options.KeySerializer,