This commit is contained in:
HuangDan 2018-09-22 19:40:07 +08:00
parent 925e98a3e5
commit 5dfd431040
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ mnesia(copy) ->
start_link() ->
gen_server:start_link({local, ?SERVER}, ?MODULE, [], []).
-spec(strategy() -> random | round_robin | stiky | hash).
-spec(strategy() -> random | round_robin | sticky | hash).
strategy() ->
emqx_config:get_env(shared_subscription_strategy, round_robin).