forked from TrueCloudLab/frostfs-node
[#493] cmd/node: Add replicator section to config
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
8c96494da0
commit
f40b84c99e
5 changed files with 67 additions and 0 deletions
|
@ -44,6 +44,9 @@ NEOFS_APICLIENT_DIAL_TIMEOUT=15s
|
|||
# Policer section
|
||||
NEOFS_POLICER_HEAD_TIMEOUT=15s
|
||||
|
||||
# Replicator section
|
||||
NEOFS_REPLICATOR_PUT_TIMEOUT=15s
|
||||
|
||||
# Storage engine section
|
||||
NEOFS_STORAGE_SHARD_NUM=2
|
||||
## 0 shard
|
||||
|
|
|
@ -64,6 +64,9 @@
|
|||
"policer": {
|
||||
"head_timeout": "15s"
|
||||
},
|
||||
"replicator": {
|
||||
"put_timeout": "15s"
|
||||
},
|
||||
"storage": {
|
||||
"shard_num": 2,
|
||||
"shard": {
|
||||
|
|
|
@ -57,6 +57,9 @@ apiclient:
|
|||
policer:
|
||||
head_timeout: 15s
|
||||
|
||||
replicator:
|
||||
put_timeout: 15s
|
||||
|
||||
storage:
|
||||
shard_num: 2
|
||||
shard:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue