fix(emqx_schema): binary for string default value

This commit is contained in:
Zaiming (Stone) Shi 2023-06-07 17:14:10 +02:00 committed by GitHub
parent 70e800f8a4
commit 622ac4d195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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().