mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-11 23:43:29 -07:00
ce6706b0d5
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