We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b36c19 commit 8fc9b7bCopy full SHA for 8fc9b7b
helm/flowforge/templates/emqx.yaml
@@ -19,14 +19,14 @@ spec:
19
}
20
enable = true
21
connect_timeout = "15s"
22
- enable_pipelining = 100
+ enable_pipelining = 1
23
headers {
24
content-type = "application/json"
25
26
mechanism = password_based
27
method = post
28
pool_size = 8
29
- request_timeout = "8s"
+ request_timeout = "15s"
30
ssl {
31
enable = false
32
@@ -45,7 +45,7 @@ spec:
45
sources = [
46
{
47
48
49
50
request_timeout = "30s"
51
0 commit comments