Speedup initial tab loading.
This commit is contained in:
parent
79978a823c
commit
ec2d450ede
1 changed files with 2 additions and 2 deletions
|
@ -515,7 +515,7 @@ class _taskManagerSingleton extends App.Controller
|
|||
persistent: true
|
||||
init: true
|
||||
)
|
||||
task_count * 350
|
||||
task_count * 250
|
||||
undefined
|
||||
'task'
|
||||
)
|
||||
|
@ -534,7 +534,7 @@ class _taskManagerSingleton extends App.Controller
|
|||
persistent: false
|
||||
init: true
|
||||
)
|
||||
task_count * 350
|
||||
task_count * 250
|
||||
undefined
|
||||
'task'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue