fix(max topic len): use the maximum length limit by default

This commit is contained in:
zhouzb 2020-12-28 11:03:54 +08:00 committed by Shawn
parent 56920b6ca6
commit ac0f51fec3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
-type(word() :: '' | '+' | '#' | binary()).
-type(words() :: list(word())).
-define(MAX_TOPIC_LEN, 4096).
-define(MAX_TOPIC_LEN, 65535).
%%--------------------------------------------------------------------
%% APIs