Slow down of task startup of prevent same tasks opened at same time.

This commit is contained in:
Martin Edenhofer 2015-06-05 16:22:06 +02:00
parent 2360506c7b
commit bce9152836

View file

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