diff --git a/cmd/neofs-node/object.go b/cmd/neofs-node/object.go index 3eff7c53..e8e5332b 100644 --- a/cmd/neofs-node/object.go +++ b/cmd/neofs-node/object.go @@ -327,7 +327,7 @@ func initObjectService(c *cfg) { ) // build service pipeline - // grpc | | acl | signature | response | split + // grpc | | signature | response | acl | split splitSvc := objectService.NewTransportSplitter( c.cfgGRPC.maxChunkSize,