fix: change the type of enable_pipelining from bool to integer
This commit is contained in:
parent
ad7c2456e6
commit
85b0ce3843
|
@ -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", [
|
||||
|
|
Loading…
Reference in New Issue