Skip to content

Commit ebf2c95

Browse files
committed
raise default batch size
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent a1ad833 commit ebf2c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/management/commands/fetchvulnerabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def add_arguments(self, parser):
2121
parser.add_argument(
2222
"--batch-size",
2323
type=int,
24-
default=50,
24+
default=100,
2525
help="Specifies the number of objects per requests to the VulnerableCode service",
2626
)
2727
parser.add_argument(

0 commit comments

Comments
 (0)