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 2a80fbb commit da6b19eCopy full SHA for da6b19e
src/Storages/Cache/ObjectStorageListObjectsCache.cpp
@@ -24,7 +24,7 @@ class ObjectStorageListObjectsCachePolicy : public TTLCachePolicy<Key, Mapped, H
24
using BasePolicy::cache;
25
26
ObjectStorageListObjectsCachePolicy()
27
- : BasePolicy(std::make_unique<NoCachePolicyUserQuota>())
+ : BasePolicy(CurrentMetrics::end(), CurrentMetrics::end(), std::make_unique<NoCachePolicyUserQuota>())
28
{
29
}
30
0 commit comments