one tasks queue instead of one per websocket
This commit is contained in:
parent
e210d9329c
commit
5b33721c87
6 changed files with 71 additions and 51 deletions
|
|
@ -64,6 +64,8 @@ def run():
|
|||
import user
|
||||
import downloads
|
||||
import nodes
|
||||
import tasks
|
||||
state.tasks = tasks.Tasks(app)
|
||||
state.node = node.server.start(app)
|
||||
state.nodes = nodes.Nodes(app)
|
||||
state.downloads = downloads.Downloads(app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue