fix(test): cannot get trie_compaction config
This commit is contained in:
parent
f2e62def1b
commit
5fd54d13d2
|
@ -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").
|
||||||
|
|
Loading…
Reference in New Issue