Skip to content

Commit 533aff6

Browse files
example
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
1 parent 22ea547 commit 533aff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf/config.yaml.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ nginx_config: # Config for render the template to generate n
189189
# Please resize when the `error.log` prompts that the data is full.
190190
# NOTE: Restart APISIX to take effect.
191191
standalone-config: 10m
192+
upstream-healthcheck: 10m
192193

193194
stream:
194195
enable_access_log: false # Enable stream proxy access logging.
@@ -202,7 +203,6 @@ nginx_config: # Config for render the template to generate n
202203
plugin-limit-conn-stream: 10m
203204
worker-events-stream: 10m
204205
tars-stream: 1m
205-
upstream-healthcheck-stream: 10m
206206

207207
# Add other custom Nginx configurations.
208208
# Users are responsible for validating the custom configurations
@@ -283,7 +283,6 @@ nginx_config: # Config for render the template to generate n
283283
plugin-limit-count: 10m
284284
prometheus-metrics: 10m # In production, less than 50m is recommended
285285
plugin-limit-conn: 10m
286-
upstream-healthcheck: 10m
287286
worker-events: 10m
288287
lrucache-lock: 10m
289288
balancer-ewma: 10m

0 commit comments

Comments
 (0)