* commit '0fed67301d698a30d3f593f6e6ad738f5b28d41e': Change the cache partition size check into warnings.
This commit is contained in:
@@ -60,6 +60,9 @@ class Options(object):
|
||||
self.extras = {}
|
||||
self.info_dict = None
|
||||
self.worker_threads = None
|
||||
# Stash size cannot exceed cache_size * threshold.
|
||||
self.cache_size = None
|
||||
self.stash_threshold = 0.8
|
||||
|
||||
|
||||
OPTIONS = Options()
|
||||
|
Reference in New Issue
Block a user