We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fadc8 commit e14c44dCopy full SHA for e14c44d
deps/rabbit/src/rabbit_vhost.erl
@@ -110,7 +110,7 @@ ensure_config_file(VHost) ->
110
%% The config file does not exist.
111
%% Check if there are queues in this vhost.
112
false ->
113
- QueueDirs = rabbit_queue_index:all_queue_directory_names(VHost),
+ QueueDirs = rabbit_classic_queue_index_v2:all_queue_directory_names(VHost),
114
SegmentEntryCount = case QueueDirs of
115
%% There are no queues. Write the configured value for
116
%% the segment entry count, or the new RabbitMQ default
0 commit comments