summaryrefslogtreecommitdiff
path: root/aiogreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'aiogreen.py')
-rw-r--r--aiogreen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/aiogreen.py b/aiogreen.py
index 6ff2b01..d3be7e7 100644
--- a/aiogreen.py
+++ b/aiogreen.py
@@ -228,6 +228,7 @@ class EventLoop(asyncio.SelectorEventLoop):
# Detect blocking eventlet functions. The feature is implemented with
# signal.alarm() which is is not available on Windows.
self._hub.debug_blocking = debug and (sys.platform != 'win32')
+ self._hub.debug_blocking_resolution = 0.1
def time(self):
return self._hub.clock()