fix(max topic len): use the maximum length limit by default
This commit is contained in:
parent
56920b6ca6
commit
ac0f51fec3
|
@ -42,7 +42,7 @@
|
|||
-type(word() :: '' | '+' | '#' | binary()).
|
||||
-type(words() :: list(word())).
|
||||
|
||||
-define(MAX_TOPIC_LEN, 4096).
|
||||
-define(MAX_TOPIC_LEN, 65535).
|
||||
|
||||
%%--------------------------------------------------------------------
|
||||
%% APIs
|
||||
|
|
Loading…
Reference in New Issue