reduce batch size.

This commit is contained in:
Nathan TeBlunthuis 2025-07-15 15:31:00 -07:00
parent 507335941d
commit 6b04791de2

View File

@ -871,7 +871,7 @@ def main():
parser.add_argument(
"--batch-size",
dest="batch_size",
default=2000,
default=100,
type=int,
help="How many revisions to process in each batch",
)