We don't run Ursula's datastore in a threadpool anymore.

pull/173/head
jMyles 2018-02-27 15:54:25 -08:00
parent 0d952cd024
commit 12b234119e
1 changed files with 0 additions and 1 deletions

View File

@ -13,5 +13,4 @@ _URSULA.listen()
from hendrix.deploy.base import HendrixDeploy
deployer = HendrixDeploy("start", {"wsgi":_URSULA.rest_app, "http_port": 3500})
deployer.reactor.callWhenRunning(_URSULA.start_datastore_in_threadpool)
deployer.run()