There was an error while loading. Please reload this page.
1 parent a1ad833 commit ebf2c95Copy full SHA for ebf2c95
1 file changed
vulnerabilities/management/commands/fetchvulnerabilities.py
@@ -21,7 +21,7 @@ def add_arguments(self, parser):
21
parser.add_argument(
22
"--batch-size",
23
type=int,
24
- default=50,
+ default=100,
25
help="Specifies the number of objects per requests to the VulnerableCode service",
26
)
27
0 commit comments