See #6703. Add consumer_timeout default

This commit is contained in:
Simon Unge 2022-12-20 15:25:44 +01:00
parent 5a7c4d6556
commit 03ddcce844
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ exports_files(glob([
]) + ["INSTALL"]) ]) + ["INSTALL"])
_APP_ENV = """[ _APP_ENV = """[
%% See https://www.rabbitmq.com/consumers.html#acknowledgement-timeout
%% 30 minutes
{consumer_timeout, 1800000},
{tcp_listeners, [5672]}, {tcp_listeners, [5672]},
{num_tcp_acceptors, 10}, {num_tcp_acceptors, 10},
{ssl_listeners, []}, {ssl_listeners, []},