Merge "reduce the cache size"
This commit is contained in:
commit
4176fb548c
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user