fix: change the type of enable_pipelining from bool to integer

This commit is contained in:
firest 2022-06-29 15:57:50 +08:00
parent ad7c2456e6
commit 85b0ce3843
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ end}.
]}.
{mapping, "auth.http.enable_pipelining", "emqx_auth_http.enable_pipelining", [
{default, true},
{datatype, {enum, [true, false]}}
{default, 100},
{datatype, integer}
]}.
{mapping, "auth.http.ssl.cacertfile", "emqx_auth_http.cacertfile", [