[#493] node: Abolish tombstone lifetime configuration

There is no need to change this value for now.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-05-12 12:30:52 +03:00 committed by Leonard Lyubich
parent d36084c26a
commit 9920425db9
2 changed files with 1 additions and 5 deletions

View file

@ -290,7 +290,7 @@ func initObjectService(c *cfg) {
deletesvc.WithPutService(sPut),
deletesvc.WithNetworkInfo(&delNetInfo{
State: c.cfgNetmap.state,
tsLifetime: c.viper.GetUint64(cfgTombstoneLifetime),
tsLifetime: 5,
}),
)