forked from TrueCloudLab/frostfs-node
[#2164] neofs-node: Allow to set reconnect interval
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
6f5edac730
commit
741482c26f
10 changed files with 34 additions and 8 deletions
|
@ -378,11 +378,13 @@ Configuration for the NeoFS API client used for communication with other NeoFS n
|
|||
apiclient:
|
||||
dial_timeout: 15s
|
||||
stream_timeout: 20s
|
||||
reconnect_timeout: 30s
|
||||
```
|
||||
| Parameter | Type | Default value | Description |
|
||||
|----------------|----------|---------------|-----------------------------------------------------------------------|
|
||||
| dial_timeout | duration | `5s` | Timeout for dialing connections to other storage or inner ring nodes. |
|
||||
| stream_timeout | duration | `15s` | Timeout for individual operations in a streaming RPC. |
|
||||
| Parameter | Type | Default value | Description |
|
||||
|-------------------|----------|---------------|-----------------------------------------------------------------------|
|
||||
| dial_timeout | duration | `5s` | Timeout for dialing connections to other storage or inner ring nodes. |
|
||||
| stream_timeout | duration | `15s` | Timeout for individual operations in a streaming RPC. |
|
||||
| reconnect_timeout | duration | `30s` | Time to wait before reconnecting to a failed node. |
|
||||
|
||||
# `policer` section
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue