set corethread defaults back to 0; makes no sense if we have less then 200 jobs
This commit is contained in:
parent
fc5e5276e0
commit
85af8699c4
1 changed files with 2 additions and 2 deletions
|
|
@ -66,8 +66,8 @@ def parse_args():
|
||||||
parser.add_argument("-t", "--threads", default=3500, type=int,
|
parser.add_argument("-t", "--threads", default=3500, type=int,
|
||||||
help="maximum number of scheduler threads (default: 3500)")
|
help="maximum number of scheduler threads (default: 3500)")
|
||||||
|
|
||||||
parser.add_argument("-k", "--corethreads", default=200, type=int,
|
parser.add_argument("-k", "--corethreads", default=0, type=int,
|
||||||
help="number of scheduler core threads (default: 200)")
|
help="number of scheduler core threads (default: 0)")
|
||||||
|
|
||||||
parser.add_argument("-x", "--delay", default=1.135791, type=float,
|
parser.add_argument("-x", "--delay", default=1.135791, type=float,
|
||||||
help="seconds delay between scheduled jobs (default: 1.135791)")
|
help="seconds delay between scheduled jobs (default: 1.135791)")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue