[#1243] node/object: Fix comment

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/fix-uri-parsing
Pavel Karpy 2022-03-15 19:54:21 +03:00 committed by Alex Vanin
parent 9ce0bbe90f
commit 7ebeb4c89b
1 changed files with 1 additions and 1 deletions

View File

@ -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,