diff options
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} ]}]}. |
