lower batches in clone-tag multicalls
Fixes: https://pagure.io/koji/issue/2616
This commit is contained in:
parent
fddfe0a1e9
commit
b3732c508b
2 changed files with 14 additions and 14 deletions
|
|
@ -3410,7 +3410,7 @@ def handle_clone_tag(goptions, session, args):
|
|||
parser.add_option("-f", "--force", action="store_true",
|
||||
help=_("override tag locks if necessary"))
|
||||
parser.add_option("-n", "--test", action="store_true", help=_("test mode"))
|
||||
parser.add_option("--batch", type='int', default=1000, metavar='SIZE',
|
||||
parser.add_option("--batch", type='int', default=100, metavar='SIZE',
|
||||
help=_("batch size of multicalls [0 to disable, default: %default]"))
|
||||
(options, args) = parser.parse_args(args)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue