Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
disable thread monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Jul 19, 2014
1 parent 6d249f3 commit 99818e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/server/workbench.py
Expand Up @@ -7,7 +7,7 @@
print 'Alert: threading module loaded before patching!'
del sys.modules['threading']
'''
from gevent import monkey; monkey.patch_all() # Monkey!
from gevent import monkey; monkey.patch_all((thread=False) # Monkey!
from gevent import signal as gevent_signal
import signal
import sys, os
Expand Down

0 comments on commit 99818e0

Please sign in to comment.