Skip to content

Commit

Permalink
Merge pull request #6 from vjrantal/pumps
Browse files Browse the repository at this point in the history
Default to keeping the pumps
  • Loading branch information
aribornstein authored Nov 21, 2017
2 parents cbd5f53 + 01e040f commit 63ae784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventhubsprocessor/eph.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def __init__(self):
self.max_batch_size = 10
self.prefetch_count = 300
self.receive_timeout = 60
self.release_pump_on_timeout = True
self.release_pump_on_timeout = False
self.initial_offset_provider = "-1"

0 comments on commit 63ae784

Please sign in to comment.