[#479] cmd/neofs-node: Add eigen trust block timer
Eigen trust block timer ticks to start new round of eigen trust calculations. Every epoch this timer recalculates duration and starts again. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
376bb293b4
commit
66ddff3498
5 changed files with 120 additions and 0 deletions
|
@ -63,6 +63,7 @@ func bootUp(c *cfg) {
|
|||
serveGRPC(c)
|
||||
bootstrapNode(c)
|
||||
startWorkers(c)
|
||||
startBlockTimers(c)
|
||||
serveMetrics(c)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue