Skip to content

Commit d3f4725

Browse files
authored
Increase default
1 parent a373cac commit d3f4725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ def get_argument_parser(profiles=None):
13861386
)
13871387
group_behavior.add_argument(
13881388
"--max-jobs-per-timespan",
1389-
default="10/1s",
1389+
default="100/1s",
13901390
type=MaxJobsPerTimespan.parse_choice,
13911391
help="Maximal number of job submissions/executions per timespan. Format: <number><timespan>, e.g. 50/1m or 0.5/1s.",
13921392
)

0 commit comments

Comments
 (0)