chore: change the enable_pipelining default value

This commit is contained in:
JianBo He 2022-05-31 19:32:53 +08:00
parent ebf4ed0270
commit f0ddac63cb
3 changed files with 3 additions and 3 deletions

View File

@ -1406,7 +1406,7 @@ authenticator_examples() ->
pool_size => 8,
connect_timeout => 5000,
request_timeout => 5000,
enable_pipelining => true,
enable_pipelining => 100,
ssl => #{enable => false}
}
},

View File

@ -40,7 +40,7 @@
# retry_interval = "10s"
# pool_type = "random"
# pool_size = 4
# enable_pipelining = true
# enable_pipelining = 100
# ssl {
# enable = false
# keyfile = "{{ platform_etc_dir }}/certs/client-key.pem"

View File

@ -228,7 +228,7 @@ info_example_basic(webhook, _) ->
retry_interval => <<"10s">>,
pool_type => <<"random">>,
pool_size => 4,
enable_pipelining => true,
enable_pipelining => 100,
ssl => #{enable => false},
local_topic => <<"emqx_webhook/#">>,
method => post,