[#1243] node/object: Fix comment
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
9ce0bbe90f
commit
7ebeb4c89b
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ func initObjectService(c *cfg) {
|
|||
)
|
||||
|
||||
// build service pipeline
|
||||
// grpc | <metrics> | acl | signature | response | split
|
||||
// grpc | <metrics> | signature | response | acl | split
|
||||
|
||||
splitSvc := objectService.NewTransportSplitter(
|
||||
c.cfgGRPC.maxChunkSize,
|
||||
|
|
Loading…
Reference in a new issue