increase batch size.
This commit is contained in:
parent
0fbe788e31
commit
3a44cfd4da
@ -871,7 +871,7 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--batch-size",
|
"--batch-size",
|
||||||
dest="batch_size",
|
dest="batch_size",
|
||||||
default=100,
|
default=1000,
|
||||||
type=int,
|
type=int,
|
||||||
help="How many revisions to process in each batch",
|
help="How many revisions to process in each batch",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user