forked from TrueCloudLab/frostfs-node
engine: remove default error threshold
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
c5bd51e934
commit
f9eb15254e
1 changed files with 0 additions and 4 deletions
|
@ -81,14 +81,10 @@ type cfg struct {
|
||||||
shardPoolSize uint32
|
shardPoolSize uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultErrorThreshold = 30
|
|
||||||
|
|
||||||
func defaultCfg() *cfg {
|
func defaultCfg() *cfg {
|
||||||
return &cfg{
|
return &cfg{
|
||||||
log: zap.L(),
|
log: zap.L(),
|
||||||
|
|
||||||
errorsThreshold: defaultErrorThreshold,
|
|
||||||
|
|
||||||
shardPoolSize: 20,
|
shardPoolSize: 20,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue