Skip to content

Commit

Permalink
fix: Tune EMQX HTTP Auth settings (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Nov 7, 2024
1 parent 3b36c19 commit 8fc9b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/flowforge/templates/emqx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ spec:
}
enable = true
connect_timeout = "15s"
enable_pipelining = 100
enable_pipelining = 1
headers {
content-type = "application/json"
}
mechanism = password_based
method = post
pool_size = 8
request_timeout = "8s"
request_timeout = "15s"
ssl {
enable = false
}
Expand All @@ -45,7 +45,7 @@ spec:
sources = [
{
enable = true
enable_pipelining = 100
enable_pipelining = 1
connect_timeout = "15s"
request_timeout = "30s"
pool_size = 8
Expand Down

0 comments on commit 8fc9b7b

Please sign in to comment.