[#2164] neofs-node: Use a separate client cache for replicator

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
pull/5/head
Evgenii Stratonikov 2022-12-14 13:52:43 +03:00 committed by Anton Nikiforov
parent 741482c26f
commit a2fe912d1a
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ func initObjectService(c *cfg) {
),
replicator.WithLocalStorage(ls),
replicator.WithRemoteSender(
putsvc.NewRemoteSender(keyStorage, coreConstructor),
putsvc.NewRemoteSender(keyStorage, (*coreClientConstructor)(clientConstructor)),
),
)