Skip to content

Commit

Permalink
RavenDB-23704 - use internal
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha-kotler committed Mar 5, 2025
1 parent 9a72254 commit e84b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sparrow.Server/ByteString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ public override string ToString()
/// </summary>
private readonly List<SegmentInformation> _wholeSegments;
private readonly int _initialAllocationBlockSize;
public int AllocationBlockSize { get; private set; }
internal int AllocationBlockSize { get; private set; }

internal long _totalAllocated, _currentlyAllocated;

Expand Down

0 comments on commit e84b58f

Please sign in to comment.