diff options
| author | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2016-01-27 12:17:27 +0000 |
|---|---|---|
| committer | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2016-01-27 12:17:27 +0000 |
| commit | dc6cb6ba63c1df13e9d461ab50baf2416ce733f8 (patch) | |
| tree | f74145a59ad39eedcfdda3e7c695c3c1b12b7327 /src | |
| parent | 266d94ac2701618ac2040b2a1ec0f706ef0c70fc (diff) | |
| download | rabbitmq-server-git-dc6cb6ba63c1df13e9d461ab50baf2416ce733f8.tar.gz | |
Increase supervisor timeout to net_ticktime + 10s
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel_sup.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel_sup.erl b/src/rabbit_channel_sup.erl index bad2f3adf0..7aa369b6ca 100644 --- a/src/rabbit_channel_sup.erl +++ b/src/rabbit_channel_sup.erl @@ -53,7 +53,7 @@ -endif. --define(FAIR_WAIT, 30000). +-define(FAIR_WAIT, 70000). %%---------------------------------------------------------------------------- |
