[#501] object/put: reduce TTL of the relayed request
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
3468491224
commit
b8a7c11e57
3 changed files with 33 additions and 3 deletions
|
@ -249,6 +249,7 @@ func initObjectService(c *cfg) {
|
|||
|
||||
sPutV2 := putsvcV2.NewService(
|
||||
putsvcV2.WithInternalService(sPut),
|
||||
putsvcV2.WithKeyStorage(keyStorage),
|
||||
)
|
||||
|
||||
sSearch := searchsvc.New(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue