File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
packages/web/docs/src/content/router Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Limits the maximum number of concurrent HTTP connections the router will open to
3030host. This acts as a safeguard to prevent overwhelming a subgraph with too many simultaneous
3131requests.
3232
33- ### ` pool_idle_timeout_seconds `
33+ ### ` pool_idle_timeout `
3434
35- - ** Type:** ` integer `
36- - ** Default:** ` 50 `
35+ - ** Type:** ` string `
36+ - ** Default:** ` 50s `
3737
3838Controls the timeout (in seconds) for idle keep-alive connections in the router's connection pool.
3939Connections that are unused for this duration will be closed.
@@ -47,5 +47,5 @@ longer idle timeout.
4747traffic_shaping :
4848 dedupe_enabled : true
4949 max_connections_per_host : 250
50- pool_idle_timeout_seconds : 90
50+ pool_idle_timeout : 90s
5151` ` `
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ Start with the default and adjust based on your observations:
5454
5555## Managing Idle Connections
5656
57- The ` pool_idle_timeout_seconds ` setting controls how long unused connections stay open in the
58- router's connection pool before being closed.
57+ The ` pool_idle_timeout ` setting controls how long unused connections stay open in the router's
58+ connection pool before being closed.
5959
60- - ** Default Value:** ` 50 ` seconds
60+ - ** Default Value:** ` 50s `
6161
6262### The Connection Reuse Trade-off
6363
You can’t perform that action at this time.
0 commit comments