diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-04-29 18:26:04 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-04-29 18:26:04 +0300 |
| commit | 65011cce7c0f29d99beabfb3d24e40e47226bb2b (patch) | |
| tree | f7ee1b397047bcc9cca2a1333c9581b0d5fa6327 /ebin | |
| parent | 3d0040ff255fe0407ab972b6a66e2f87898bd55b (diff) | |
| parent | 35d76e0ecb854ee416f1c5bd4492b5fe31f2eee0 (diff) | |
| download | rabbitmq-server-git-65011cce7c0f29d99beabfb3d24e40e47226bb2b.tar.gz | |
Merge pull request #133 from rabbitmq/rabbitmq-server-114
Make gm flow control configurable
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 918741438c..654c52bdd3 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -79,5 +79,7 @@ mnesia_lib, rpc, mnesia_tm, qlc, sofs, proplists, credit_flow, pmon, ssl_connection, tls_connection, ssl_record, tls_record, gen_fsm, ssl]}, - {ssl_apps, [asn1, crypto, public_key, ssl]} + {ssl_apps, [asn1, crypto, public_key, ssl]}, + %% see rabbitmq-server#114 + {mirroring_flow_control, true} ]}]}. |
