Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliito committed Jan 19, 2024
1 parent 2d1f651 commit 9d48fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pheme/queue_poller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def initialize(queue_url:,
}.merge(poller_configuration || {})

@poller_configuration[:idle_timeout] = idle_timeout unless idle_timeout.nil?
@poller_configuration[:visibility_timeout] = visibility_timeout unless visibility_timeout.nil?
@poller_configuration[:visibility_timeout] = visibility_timeout

if message_handler
if message_handler.ancestors.include?(Pheme::MessageHandler)
Expand Down

0 comments on commit 9d48fc0

Please sign in to comment.