mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
increase MIN_BATCH_SEC, MAX_BATCH_SEC
This commit is contained in:
parent
c027659001
commit
05daafa19e
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user