Skip to content

Commit 8fc9b7b

Browse files
authored
fix: Tune EMQX HTTP Auth settings (#495)
1 parent 3b36c19 commit 8fc9b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/flowforge/templates/emqx.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ spec:
1919
}
2020
enable = true
2121
connect_timeout = "15s"
22-
enable_pipelining = 100
22+
enable_pipelining = 1
2323
headers {
2424
content-type = "application/json"
2525
}
2626
mechanism = password_based
2727
method = post
2828
pool_size = 8
29-
request_timeout = "8s"
29+
request_timeout = "15s"
3030
ssl {
3131
enable = false
3232
}
@@ -45,7 +45,7 @@ spec:
4545
sources = [
4646
{
4747
enable = true
48-
enable_pipelining = 100
48+
enable_pipelining = 1
4949
connect_timeout = "15s"
5050
request_timeout = "30s"
5151
pool_size = 8

0 commit comments

Comments
 (0)