Matthew Sackman wrote:
> If you put in your rabbitmq.conf file (which under linux should live
> in /etc/rabbitmq/rabbitmq.conf):
> SERVER_START_ARGS="-kernel net_ticktime 500"
or stick
   [{kernel, [{net_ticktime, 500}]}].
in rabbitmq.config in the same dir as above, i.e. typically /etc/rabbitmq/.
Matthias.