Skip to content

Commit b467429

Browse files
authored
Merge pull request #129 from koculu/codex/set-default-keycacherecordlifetimeinmillisecond-to-10000
Fix KeyCacheRecord lifetime default
2 parents 3596b2a + 70bf8f3 commit b467429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZoneTree/Options/DiskSegmentDefaultValues.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static class DiskSegmentDefaultValues
1818

1919
public static readonly int ValueCacheSize = 1024;
2020

21-
public static readonly int KeyCacheRecordLifeTimeInMillisecond = 1024;
21+
public static readonly int KeyCacheRecordLifeTimeInMillisecond = 10_000;
2222

2323
public static readonly int ValueCacheRecordLifeTimeInMillisecond = 10_000;
2424

0 commit comments

Comments
 (0)