mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-27 17:48:11 -07:00
Test v2 hashes with qbt
This commit is contained in:
committed by
Lawrence, Rendall
parent
e7c5263dd7
commit
d438ad58fe
@@ -98,7 +98,7 @@ func (cfg Config) Validate() Config {
|
||||
})
|
||||
}
|
||||
|
||||
if cfg.PrometheusReportingInterval <= 0 {
|
||||
if cfg.PrometheusReportingInterval < 0 {
|
||||
validcfg.PrometheusReportingInterval = defaultPrometheusReportingInterval
|
||||
log.Warn("falling back to default configuration", log.Fields{
|
||||
"name": Name + ".PrometheusReportingInterval",
|
||||
|
||||
Reference in New Issue
Block a user