mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-04 03:09:09 -07:00
When left blank in the config, the default prometheus_reporting_interval value defaulted to 0, causing a panic during peer store initialization. This change sets the default value to 1 if not provided. Fixes #319