Skip to content

Commit

Permalink
fix: Some warnings from router with provided config
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-apollo committed Mar 13, 2024
1 parent d3bb483 commit a3c2540
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ supergraph:
introspection: true
listen: 0.0.0.0:${env.PORT:-4000}
query_planning:
experimental_cache:
cache:
in_memory:
limit: 512 # This is the default value
homepage:
Expand All @@ -19,3 +19,8 @@ limits:
max_height: 200
max_aliases: 30
max_root_fields: 20

telemetry:
instrumentation:
spans:
mode: spec_compliant

0 comments on commit a3c2540

Please sign in to comment.