Skip to content

Commit 4bc5c51

Browse files
authored
16 (#226)
1 parent 0bcd2f7 commit 4bc5c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching/Lfu/ConcurrentLfu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace BitFaster.Caching.Lfu
3535
[DebuggerDisplay("Count = {Count}/{Capacity}")]
3636
public sealed class ConcurrentLfu<K, V> : ICache<K, V>, IAsyncCache<K, V>, IBoundedPolicy
3737
{
38-
private const int MaxWriteBufferRetries = 100;
38+
private const int MaxWriteBufferRetries = 16;
3939

4040
public const int BufferSize = 128;
4141

0 commit comments

Comments
 (0)