fix(emqx_schema): binary for string default value
This commit is contained in:
parent
70e800f8a4
commit
622ac4d195
|
@ -33,7 +33,7 @@
|
|||
-define(MAX_INT_TIMEOUT_MS, 4294967295).
|
||||
%% floor(?MAX_INT_TIMEOUT_MS / 1000).
|
||||
-define(MAX_INT_TIMEOUT_S, 4294967).
|
||||
-define(DEFAULT_WINDOW_TIME, "1m").
|
||||
-define(DEFAULT_WINDOW_TIME, <<"1m">>).
|
||||
|
||||
-type duration() :: integer().
|
||||
-type duration_s() :: integer().
|
||||
|
|
Loading…
Reference in New Issue