Skip to content

Commit

Permalink
configs: slow down certain refreshes (#218)
Browse files Browse the repository at this point in the history
There is a set of configurations that we can slow down on mobile from their defaults upstream because they aren't as relevant to mobile clients.

This change updates our example configurations to use new values based on [this discussion](envoyproxy/envoy-mobile#113 (comment)).

When we switch to typed configurations, these should also be set automatically for production clients: envoyproxy/envoy-mobile#169

Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
rebello95 authored and jpsim committed Nov 28, 2022
1 parent adcd245 commit 606a265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mobile/examples/common/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ static_resources:
- name: hello_world_api
connect_timeout: 30s
dns_lookup_family: V4_ONLY
dns_refresh_rate: 60s
lb_policy: ROUND_ROBIN
load_assignment:
cluster_name: hello_world_api
Expand All @@ -34,3 +35,7 @@ static_resources:
tls_context:
sni: s3.amazonaws.com
type: LOGICAL_DNS
stats_flush_interval: 60s
watchdog:
megamiss_timeout: 60s
miss_timeout: 60s

0 comments on commit 606a265

Please sign in to comment.