Skip to content

Commit

Permalink
Merge pull request #494 from bra-fsn/patch-2
Browse files Browse the repository at this point in the history
Lower default TIMEOUT to 0.01
  • Loading branch information
gmr committed Apr 29, 2015
2 parents ddba7ce + 765139e commit 79ca0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pika/adapters/select_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class SelectPoller(object):
to override the update_handler and start methods for additional types.
"""
TIMEOUT = 1
TIMEOUT = 0.01

def __init__(self, fileno, handler, events, state_manager):
"""Create an instance of the SelectPoller
Expand Down

0 comments on commit 79ca0f9

Please sign in to comment.