# Optimized for high-throughput scenariosserver:bind_address:"0.0.0.0:8080"workers:16# High worker countconnection_pool_size:1000# Large connection poolbackends:-name:"fast-backend-1"url:"http://backend1:8000"weight:1-name:"fast-backend-2"url:"http://backend2:8000"weight:1-name:"fast-backend-3"url:"http://backend3:8000"weight:1health_checks:interval:"30s"timeout:"5s"# Fast timeoutunhealthy_threshold:2# Fail fasthealthy_threshold:1# Recover quicklyendpoint:"/health"retry:max_attempts:2# Fewer retriesinitial_delay:"50ms"# Fast retriesmax_delay:"5s"backoff_multiplier:2.0jitter:trueretryable_status_codes:[429,502,503,504]retryable_errors:[ConnectionError,TimeoutError]timeout:"15s"logging:level:"warn"# Minimal logging for performanceformat:"json"