diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-04 13:40:10 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-04 13:40:10 +0000 |
| commit | fec03ef2e4938b5c7fbb0d8bd1c16daca090de4a (patch) | |
| tree | 0b7c5b2660062fa3d632a9fa28f76c1edff944b0 /ebin | |
| parent | 1b1582f839c13614925158397f1e9f0562357882 (diff) | |
| parent | c43130f1411908cb62bb6af1f1ff79a1f5e5338f (diff) | |
| download | rabbitmq-server-git-fec03ef2e4938b5c7fbb0d8bd1c16daca090de4a.tar.gz | |
stable to default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index f0fee96a93..29f06e7920 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -25,6 +25,7 @@ %% 0 ("no limit") would make a better default, but that %% breaks the QPid Java client {frame_max, 131072}, + {channel_max, 0}, {heartbeat, 580}, {msg_store_file_size_limit, 16777216}, {queue_index_max_journal_entries, 65536}, |
