aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/cleanups/file_short_wayback_ts.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_tools/cleanups/file_short_wayback_ts.py')
-rw-r--r--python/fatcat_tools/cleanups/file_short_wayback_ts.py2
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",
)