diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-07-19 16:14:09 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-07-19 16:14:09 +0100 |
| commit | c9aa1c0d163ad2e907c808e546225478e53e5efb (patch) | |
| tree | 6c25409aaf0306f564e89aba9a5d346c43cf334b /ebin | |
| parent | 582ab9e9099373aa2b18fd5d3ad9ab122eca5be3 (diff) | |
| download | rabbitmq-server-git-c9aa1c0d163ad2e907c808e546225478e53e5efb.tar.gz | |
enable heartbeats with a 10 minutes interval by default
I tested with 20k connections and the CPU usage is reasonable on my
machine.
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 523b54ced1..087c62a979 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}, + {heartbeat, 600}, {msg_store_file_size_limit, 16777216}, {queue_index_max_journal_entries, 262144}, {default_user, <<"guest">>}, |
