diff --git a/setup.py b/setup.py index c9418fe..629f608 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ''' setup.py - setuptools installation configuration for warcprox -Copyright (C) 2013-2020 Internet Archive +Copyright (C) 2013-2021 Internet Archive This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/warcprox/__init__.py b/warcprox/__init__.py index 9fe3a74..88357b8 100644 --- a/warcprox/__init__.py +++ b/warcprox/__init__.py @@ -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 = []