Skip to content

Commit c4e62d1

Browse files
Update HzMemoryCache/Diagnostics/TrashingDetector.cs
Co-authored-by: Copilot <[email protected]>
1 parent 8feee29 commit c4e62d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HzMemoryCache/Diagnostics/TrashingDetector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace HzCache.Diagnostics
22
{
33
internal class TrashingDetector
44
{
5-
public string Checksum { get; set; }
6-
public int Counter { get; set; }
5+
public string? Checksum { get; set; } = null;
6+
public int Counter { get; set; } = 0;
77
}
88
}

0 commit comments

Comments
 (0)