one tasks queue instead of one per websocket

This commit is contained in:
j 2014-05-26 13:21:19 +02:00
commit 5b33721c87
6 changed files with 71 additions and 51 deletions

View file

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