Skip to content

Commit

Permalink
Update README.md (#675)
Browse files Browse the repository at this point in the history
This commit updates Hybrid Pump documentation. The default values for `call_timeout` and `rpc_pool_size` are updated in docs

Co-authored-by: Tomas Buchaillot <[email protected]>
  • Loading branch information
buraksekili and tbuchaillot authored Dec 13, 2023
1 parent 5f3fc4a commit 370af8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ ssl_insecure_skip_verify - Set this field to true if you use self signed certifi

group_id - This is the “zone” that this instance inhabits, e.g. the DC it lives in. It must be unique to each slave cluster / DC.

call_timeout - This is the timeout (in milliseconds) for RPC calls.
call_timeout - This is the timeout (in milliseconds) for RPC calls. Default is 10.

rpc_pool_size - This is maximum number of connections to MDCB. Default is 5.

Expand All @@ -601,9 +601,9 @@ TYK_PMP_PUMPS_HYBRID_META_AGGREGATED=false
TYK_PMP_PUMPS_HYBRID_META_USESSL=false
TYK_PMP_PUMPS_HYBRID_META_SSLINSECURESKIPVERIFY=false
TYK_PMP_PUMPS_HYBRID_META_GROUPID=""
TYK_PMP_PUMPS_HYBRID_META_CALLTIMEOUT=30
TYK_PMP_PUMPS_HYBRID_META_CALLTIMEOUT=10
TYK_PMP_PUMPS_HYBRID_META_PINGTIMEOUT=60
TYK_PMP_PUMPS_HYBRID_META_RPCPOOLSIZE=30
TYK_PMP_PUMPS_HYBRID_META_RPCPOOLSIZE=5
```

## Prometheus
Expand Down

0 comments on commit 370af8f

Please sign in to comment.