added chunk sizes to Config class for tests

This commit is contained in:
Sandy Walsh 2014-07-15 03:22:23 +00:00
parent b0e70ce191
commit d62aed948e

View File

@ -26,3 +26,11 @@ class Config(oahu.config.Config):
return driver.MongoDBSyncEngine(rules)
def get_ready_chunk_size(self):
return 100
def get_expiry_chunk_size(self):
return 1000
def get_completed_chunk_size(self):
return -1