Skip to content

Commit

Permalink
add tornado speedups
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jun 14, 2017
1 parent aa6088d commit 7ed439f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pysparkling/streaming/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
Queue = False
PeriodicCallback = False

try:
from tornado import speedups
except ImportError:
speedups = None

log = logging.getLogger(__name__)


Expand Down

0 comments on commit 7ed439f

Please sign in to comment.