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 95333dd commit 5fe5dc6Copy full SHA for 5fe5dc6
src/auxiliary/caches.jl
@@ -9,7 +9,7 @@ struct NoCache <: CacheStyle end
9
struct TaskLocalCache{D<:AbstractDict} <: CacheStyle end
10
struct GlobalLRUCache <: CacheStyle end
11
12
-const DEFAULT_GLOBALCACHE_SIZE = Ref(10^5)
+const DEFAULT_GLOBALCACHE_SIZE = Ref(10^4)
13
14
function CacheStyle(args...)
15
return GlobalLRUCache()
0 commit comments