Sanity check to prevent performance regression (#3171)
Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
co-authored by
Lianmin Zheng
parent
cf142b6eb8
commit
08104b56de
@@ -85,3 +85,6 @@ class ChunkCache(BasePrefixCache):
|
||||
|
||||
def evictable_size(self):
|
||||
return 0
|
||||
|
||||
def protected_size(self):
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user