diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-07-04 17:22:43 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-07-04 17:22:43 +0300 |
| commit | 2ca2000d7524c6d837db82172981e6695288fe90 (patch) | |
| tree | aa03228fedb9efa5cdbca1b162a652d2c0e3958a | |
| parent | 882dd42af06b02dbad8b57217fba72133e378d25 (diff) | |
| download | rabbitmq-server-git-2ca2000d7524c6d837db82172981e6695288fe90.tar.gz | |
Correct a typo
| -rw-r--r-- | src/rabbit_vhost_sup_wrapper.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_sup_wrapper.erl b/src/rabbit_vhost_sup_wrapper.erl index ab2dc60b6f..26d71407f7 100644 --- a/src/rabbit_vhost_sup_wrapper.erl +++ b/src/rabbit_vhost_sup_wrapper.erl @@ -34,7 +34,7 @@ start_link(VHost) -> init([VHost]) -> %% 2 restarts in 5 minutes. One per message store. - {ok, {{one_for_all, 2, 5000}, + {ok, {{one_for_all, 2, 300}, [{rabbit_vhost_sup, {rabbit_vhost_sup_wrapper, start_vhost_sup, [VHost]}, permanent, infinity, supervisor, |
