[#233] object/head: Remove getting the right child header
With the update of the local storage engine, the headers of virtual objects are directly given. In this regard, the step with obtaining the the right child header is removed. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
f24daa10ff
commit
869d9e571c
6 changed files with 4 additions and 60 deletions
|
@ -343,7 +343,6 @@ func initObjectService(c *cfg) {
|
|||
headsvc.WithContainerSource(c.cfgObject.cnrStorage),
|
||||
headsvc.WithNetworkMapSource(c.cfgObject.netMapStorage),
|
||||
headsvc.WithLocalAddressSource(c),
|
||||
headsvc.WithRightChildSearcher(searchsvc.NewRightChildSearcher(sSearch)),
|
||||
headsvc.WithWorkerPool(c.cfgObject.pool.head),
|
||||
headsvc.WithLogger(c.log),
|
||||
headsvc.WithClientOptions(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue