We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a373cac commit d3f4725Copy full SHA for d3f4725
snakemake/cli.py
@@ -1386,7 +1386,7 @@ def get_argument_parser(profiles=None):
1386
)
1387
group_behavior.add_argument(
1388
"--max-jobs-per-timespan",
1389
- default="10/1s",
+ default="100/1s",
1390
type=MaxJobsPerTimespan.parse_choice,
1391
help="Maximal number of job submissions/executions per timespan. Format: <number><timespan>, e.g. 50/1m or 0.5/1s.",
1392
0 commit comments