diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-05-05 18:02:32 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-05-05 18:02:32 +0200 |
| commit | b9c2c44f9a87d0da42fd2a03b6935dfebaddeaef (patch) | |
| tree | 00303958062d1cbc0901730f2cbe09384ef1443a /ebin | |
| parent | a1afa24303378b785f69856796611f056ce726b0 (diff) | |
| download | rabbitmq-server-git-b9c2c44f9a87d0da42fd2a03b6935dfebaddeaef.tar.gz | |
Allows credit flow Credits to be set via configuration
Fixes rabbitmq/rabbitmq-server#143
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 654c52bdd3..91eb5847d8 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -81,5 +81,7 @@ gen_fsm, ssl]}, {ssl_apps, [asn1, crypto, public_key, ssl]}, %% see rabbitmq-server#114 - {mirroring_flow_control, true} + {mirroring_flow_control, true}, + {credit_flow_initial_credit, 200}, + {credit_flow_more_credit_after, 50} ]}]}. |
