Skip to content

Commit

Permalink
remove read timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jan 4, 2016
1 parent 97899e9 commit 2cb84f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions huey/bin/huey_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ def get_option_parser():
help='worker execution model (thread, greenlet, process).',
default='thread',
choices=['greenlet', 'thread', 'process', 'gevent'])
worker_opts.add_option('-r', '--read-timeout',
dest='read_timeout',
type='float',
help=('read timeout used for queues that block rather than poll '
'(default=1)'),
default=1.0)
worker_opts.add_option('-d', '--delay',
dest='initial_delay',
type='float',
Expand Down

0 comments on commit 2cb84f5

Please sign in to comment.