summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_vhost_msg_store.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_msg_store.erl b/src/rabbit_vhost_msg_store.erl
index 492c9ce5c7..6bdd33ec1a 100644
--- a/src/rabbit_vhost_msg_store.erl
+++ b/src/rabbit_vhost_msg_store.erl
@@ -29,7 +29,7 @@ start(VHost, Type, ClientRefs, StartupFunState) when is_list(ClientRefs);
supervisor2:start_child(VHostSup,
{Type, {rabbit_msg_store, start_link,
[Type, VHostDir, ClientRefs, StartupFunState]},
- transient, ?WORKER_WAIT, worker, [rabbit_msg_store]});
+ transient, ?MSG_STORE_WORKER_WAIT, worker, [rabbit_msg_store]});
%% we can get here if a vhost is added and removed concurrently
%% e.g. some integration tests do it
{error, {no_such_vhost, VHost}} = E ->