am 0fed6730: am 8af98164: Merge "Change the cache partition size check into warnings."

* commit '0fed67301d698a30d3f593f6e6ad738f5b28d41e':
  Change the cache partition size check into warnings.
This commit is contained in:
Tao Bao
2015-08-08 04:40:29 +00:00
committed by Android Git Automerger
3 changed files with 15 additions and 9 deletions

View File

@@ -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()