Increased speed of open tasks.
This commit is contained in:
parent
374b4315f0
commit
c4a14dbf24
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class _taskManagerSingleton extends App.Controller
|
||||||
App.Delay.set(
|
App.Delay.set(
|
||||||
=>
|
=>
|
||||||
@add(task.key, task.callback, task.params, true)
|
@add(task.key, task.callback, task.params, true)
|
||||||
task_count * 900
|
task_count * 600
|
||||||
undefined
|
undefined
|
||||||
'task'
|
'task'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue