forked from TrueCloudLab/frostfs-node
[#184] Use SDK client cache in object.Rangehash
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
f85e88c4f8
commit
e8fe07edd0
4 changed files with 17 additions and 5 deletions
|
@ -112,8 +112,9 @@ loop:
|
|||
}
|
||||
} else {
|
||||
hasher = &remoteHasher{
|
||||
keyStorage: h.keyStorage,
|
||||
node: addr,
|
||||
keyStorage: h.keyStorage,
|
||||
node: addr,
|
||||
clientCache: h.clientCache,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue