diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-09 15:46:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-09 15:46:20 -0800 |
commit | 996b2e2084c1798126bd91dd950c063982398bec (patch) | |
tree | 2c4a9eef6432158088fea255db9e8b7b098a371d /python | |
parent | a246b5a54dac6b29a30e90265d64a3c4332902e5 (diff) | |
download | fatcat-996b2e2084c1798126bd91dd950c063982398bec.tar.gz fatcat-996b2e2084c1798126bd91dd950c063982398bec.zip |
more iteration on short wayback timestamp cleanup
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_tools/cleanups/file_short_wayback_ts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/cleanups/file_short_wayback_ts.py b/python/fatcat_tools/cleanups/file_short_wayback_ts.py index a9b19921..e2595912 100644 --- a/python/fatcat_tools/cleanups/file_short_wayback_ts.py +++ b/python/fatcat_tools/cleanups/file_short_wayback_ts.py @@ -311,7 +311,7 @@ def main() -> None: parser.add_argument( "--host-url", default="http://localhost:9411/v0", help="connect to this host/port" ) - parser.add_argument("--batch-size", help="size of batch to send", default=50, type=int) + parser.add_argument("--batch-size", help="size of batch to send", default=100, type=int) parser.set_defaults( auth_var="FATCAT_AUTH_WORKER_CLEANUP", ) |