diff options
Diffstat (limited to 'src/rabbit.app.src')
| -rw-r--r-- | src/rabbit.app.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src index 18726c71e8..4ee0191138 100644 --- a/src/rabbit.app.src +++ b/src/rabbit.app.src @@ -14,7 +14,9 @@ %% in here as we don't actually want to start it {mod, {rabbit, []}}, {env, [{tcp_listeners, [5672]}, + {num_tcp_acceptors, 10}, {ssl_listeners, []}, + {num_ssl_acceptors, 1}, {ssl_options, []}, {vm_memory_high_watermark, 0.4}, {vm_memory_high_watermark_paging_ratio, 0.5}, |
