Setting the file. One moment.
Subchapter 8.15
templates/v1/sections/traffic-shaping.yaml
YAML12 lines373 B
# Traffic Shaping (v1 and v2 — identical schema)
# NOTE: global_rate_limit under `router:` limits CLIENT requests.
# Under `all:` it limits SUBGRAPH requests from the router.
# v2 returns HTTP 429 for rate-limited requests (v2.1.0+).
traffic_shaping:
router:
timeout: 60s
global_rate_limit:
capacity: 1000
interval: 1s
all:
timeout: 30s