set the default maxjobs to match the default in the config file

This commit is contained in:
Mike Bonnet 2007-05-09 18:09:41 -04:00
parent d2098b79b7
commit d12d078412

View file

@ -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',