We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3596b2a + 70bf8f3 commit b467429Copy full SHA for b467429
src/ZoneTree/Options/DiskSegmentDefaultValues.cs
@@ -18,7 +18,7 @@ public static class DiskSegmentDefaultValues
18
19
public static readonly int ValueCacheSize = 1024;
20
21
- public static readonly int KeyCacheRecordLifeTimeInMillisecond = 1024;
+ public static readonly int KeyCacheRecordLifeTimeInMillisecond = 10_000;
22
23
public static readonly int ValueCacheRecordLifeTimeInMillisecond = 10_000;
24
0 commit comments