Merge "reduce the cache size"

This commit is contained in:
Zuul 2020-04-14 15:56:04 +00:00 committed by Gerrit Code Review
commit 4176fb548c

View File

@ -33,7 +33,7 @@ class Elastic(object):
config,
workload,
tool="browbeat",
cache_size=1000,
cache_size=50,
max_cache_time=10):
self.config = config
self.cache = deque()