fix(test): cannot get trie_compaction config

This commit is contained in:
Shawn 2021-07-22 16:22:20 +08:00
parent f2e62def1b
commit 5fd54d13d2
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ match_compact([Word | Words], Prefix, IsWildcard, Acc0) ->
lookup_topic(MlTopic). lookup_topic(MlTopic).
is_compact() -> is_compact() ->
emqx_config:get([broker, perf, trie_compaction]). emqx_config:get([broker, perf, trie_compaction], true).
-ifdef(TEST). -ifdef(TEST).
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").