Slow down of task startup of prevent same tasks opened at same time.
This commit is contained in:
parent
2360506c7b
commit
bce9152836
1 changed files with 2 additions and 2 deletions
|
@ -488,7 +488,7 @@ class _taskManagerSingleton extends Spine.Module
|
|||
persistent: true
|
||||
init: true
|
||||
)
|
||||
task_count * 350
|
||||
task_count * 450
|
||||
undefined
|
||||
'task'
|
||||
)
|
||||
|
@ -507,7 +507,7 @@ class _taskManagerSingleton extends Spine.Module
|
|||
persistent: false
|
||||
init: true
|
||||
)
|
||||
task_count * 600
|
||||
task_count * 800
|
||||
undefined
|
||||
'task'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue