forked from TrueCloudLab/frostfs-node
[#324] ir: Measure epochs in sidechain blocks
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
b5dc28f79c
commit
19bb94cc04
8 changed files with 46 additions and 35 deletions
|
@ -74,7 +74,7 @@ func defaultConfiguration(cfg *viper.Viper) {
|
|||
// gas native contract in LE
|
||||
cfg.SetDefault("contracts.gas", "a6a6c15dcdc9b997dac448b6926522d22efeedfb")
|
||||
|
||||
cfg.SetDefault("timers.epoch", "5s")
|
||||
cfg.SetDefault("timers.epoch", "0")
|
||||
cfg.SetDefault("timers.emit", "30s")
|
||||
|
||||
cfg.SetDefault("workers.netmap", "10")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue