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.
1 parent 0bcd2f7 commit 4bc5c51Copy full SHA for 4bc5c51
BitFaster.Caching/Lfu/ConcurrentLfu.cs
@@ -35,7 +35,7 @@ namespace BitFaster.Caching.Lfu
35
[DebuggerDisplay("Count = {Count}/{Capacity}")]
36
public sealed class ConcurrentLfu<K, V> : ICache<K, V>, IAsyncCache<K, V>, IBoundedPolicy
37
{
38
- private const int MaxWriteBufferRetries = 100;
+ private const int MaxWriteBufferRetries = 16;
39
40
public const int BufferSize = 128;
41
0 commit comments