increase MIN_BATCH_SEC, MAX_BATCH_SEC

This commit is contained in:
Barbara Miller 2022-03-03 18:46:20 -08:00
parent c027659001
commit 05daafa19e

View File

@ -175,8 +175,8 @@ class BaseStandardPostfetchProcessor(BasePostfetchProcessor):
class BaseBatchPostfetchProcessor(BasePostfetchProcessor):
MAX_BATCH_SIZE = 500
MAX_BATCH_SEC = 30
MIN_BATCH_SEC = 10
MAX_BATCH_SEC = 60
MIN_BATCH_SEC = 30
def _get_process_put(self):
batch = []