forked from TrueCloudLab/frostfs-node
[#1115] node: Remove unused const
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
fe2c1c926f
commit
854200a874
3 changed files with 514 additions and 580 deletions
|
@ -40,8 +40,7 @@ const (
|
|||
|
||||
metaFlagKey = "meta"
|
||||
|
||||
pathFlagKey = "path"
|
||||
pathAttributeFlagKey = "pattr"
|
||||
pathFlagKey = "path"
|
||||
|
||||
latestOnlyFlagKey = "latest"
|
||||
|
||||
|
|
|
@ -10,8 +10,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
subsection = "morph"
|
||||
notarySubsection = "notary"
|
||||
subsection = "morph"
|
||||
|
||||
// DialTimeoutDefault is a default dial timeout of morph chain client connection.
|
||||
DialTimeoutDefault = 5 * time.Second
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue