-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expose the heartbeat configuration parameter #87
Conversation
👍 |
Any idea when this is getting merged in? |
An old issue, but I also need this please |
can someone merge it please? |
+1 |
👍 want! Have this edited locally for now. |
This looks pretty straight forward, is it possible to write some Chefspec test(s) around this? It seems we are lacking them in this repo. After that I'll merge this. |
Ok, scratch that, i'll just merge this. |
expose the heartbeat configuration parameter
I'd forgotten about this PR. Thanks! |
@@ -90,6 +90,9 @@ | |||
default['rabbitmq']['erlang_cookie_path'] = '/var/db/rabbitmq/.erlang.cookie' | |||
end | |||
|
|||
# heartbeat | |||
default['rabbitmq']['heartbeat'] = 600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the docs the default is 580.
I opened #170 to fix the default number. |
Opscode ticket: COOK-3867