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.
2 parents 7bc7808 + 56f90a5 commit 16fa401Copy full SHA for 16fa401
deps/rabbit/src/rabbit_db.erl
@@ -182,7 +182,7 @@ force_load_on_next_boot() ->
182
%% Potentially, it could also be replaced with a way to export all the
183
%% data.
184
case rabbit_khepri:is_enabled() of
185
- true -> ok;
+ true -> {error, unsupported_with_khepri};
186
false -> force_load_on_next_boot_using_mnesia()
187
end.
188
0 commit comments