Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions BitFaster.Caching/Lru/Defaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ namespace BitFaster.Caching.Lru
{
internal static class Defaults
{
#if NET8_0_OR_GREATER
// Note that on .net8+, -1 indicates the default concurrency level
public static int ConcurrencyLevel => -1;
#else
public static int ConcurrencyLevel => Environment.ProcessorCount;
#endif
}
}
Loading