[#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:
parent
d36084c26a
commit
9920425db9
2 changed files with 1 additions and 5 deletions
|
@ -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,
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue