forked from TrueCloudLab/frostfs-node
[#2164] neofs-node: Use a separate client cache for replicator
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
741482c26f
commit
a2fe912d1a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func initObjectService(c *cfg) {
|
|||
),
|
||||
replicator.WithLocalStorage(ls),
|
||||
replicator.WithRemoteSender(
|
||||
putsvc.NewRemoteSender(keyStorage, coreConstructor),
|
||||
putsvc.NewRemoteSender(keyStorage, (*coreClientConstructor)(clientConstructor)),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue