fix default value
This commit is contained in:
parent
16b4562056
commit
05dd937146
1 changed files with 1 additions and 1 deletions
|
|
@ -6442,7 +6442,7 @@ def get_options():
|
|||
defaults = {'sleeptime': 15,
|
||||
'maxjobs': 10,
|
||||
'buildroot_basic_cleanup_delay': 120,
|
||||
'buildroot_final_cleanup_delay': 3600 * 2,
|
||||
'buildroot_final_cleanup_delay': 86400,
|
||||
'literal_task_arches': '',
|
||||
'minspace': 8192,
|
||||
'admin_emails': None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue