Skip to content

Commit e14c44d

Browse files
committed
fixup! WIP Remove CQv1
1 parent b2fadc8 commit e14c44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhost.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ensure_config_file(VHost) ->
110110
%% The config file does not exist.
111111
%% Check if there are queues in this vhost.
112112
false ->
113-
QueueDirs = rabbit_queue_index:all_queue_directory_names(VHost),
113+
QueueDirs = rabbit_classic_queue_index_v2:all_queue_directory_names(VHost),
114114
SegmentEntryCount = case QueueDirs of
115115
%% There are no queues. Write the configured value for
116116
%% the segment entry count, or the new RabbitMQ default

0 commit comments

Comments
 (0)