summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-02-14 10:40:16 +0000
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-02-14 10:40:16 +0000
commit3e35ec6789c438cd8b3b1604b18b41e2ff816c2d (patch)
tree7a422fb39375dddf27ecfc58ed2e853f13c3e865 /ebin
parentcda4623efe42ba493522f4f6476aefd9f5cdad3d (diff)
parent18e02d755fa9d0d5279b76fcfbedc40bb06cc036 (diff)
downloadrabbitmq-server-git-3e35ec6789c438cd8b3b1604b18b41e2ff816c2d.tar.gz
merge bug23765 into default (current sync interval in queue_process and msg_store causes poor confirms performance)
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in
index cc7221d63d..f837684c60 100644
--- a/ebin/rabbit_app.in
+++ b/ebin/rabbit_app.in
@@ -34,4 +34,11 @@
{collect_statistics, none},
{auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
{auth_backends, [rabbit_auth_backend_internal]},
- {delegate_count, 16}]}]}.
+ {delegate_count, 16},
+ {tcp_listen_options, [binary,
+ {packet, raw},
+ {reuseaddr, true},
+ {backlog, 128},
+ {nodelay, true},
+ {exit_on_close, false}]}
+ ]}]}.