Skip to content

Commit

Permalink
Merge pull request #492 from mixacha/rabbitmq_defaults
Browse files Browse the repository at this point in the history
(MODULES-3740) Adding missing undocumented rabbitmq tcp_listen_options directive
  • Loading branch information
DavidS committed Aug 16, 2016
2 parents 57cc5a0 + 7c41113 commit 65b028c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/rabbitmq.config.erb
Expand Up @@ -34,6 +34,7 @@
{recbuf, <%= @tcp_recbuf %>},
<%- end -%>
{nodelay, true},
{linger, {true, 0}},
{exit_on_close, false}]
},
<%- if @collect_statistics_interval -%>
Expand Down

0 comments on commit 65b028c

Please sign in to comment.