Skip to content

Commit

Permalink
add support for the timeout setting for Rabbitmq (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Brehm <[email protected]>
  • Loading branch information
ABrehm264 and AlexanderBrehm-hps authored Jul 15, 2020
1 parent 614ecc0 commit fc30e58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/default/rabbitmq.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ instances:
- <%= x %>
<% end -%>
<% end -%>
<% if i.key?('timeout') -%>
timeout: <%= i['timeout'] %>
<% end -%>
<% end -%>

# Nothing to configure here
Expand Down

0 comments on commit fc30e58

Please sign in to comment.