set the default maxjobs to match the default in the config file
This commit is contained in:
parent
d2098b79b7
commit
d12d078412
1 changed files with 1 additions and 1 deletions
|
|
@ -2366,7 +2366,7 @@ def get_options():
|
|||
if x != 'kojid':
|
||||
quit('invalid section found in config file: %s' % x)
|
||||
defaults = {'sleeptime': 15,
|
||||
'maxjobs': 5,
|
||||
'maxjobs': 10,
|
||||
'minspace': 8192,
|
||||
'admin_emails': None,
|
||||
'topdir': '/mnt/koji',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue