reduce send interval

This commit is contained in:
csehviktor
2025-07-10 05:48:13 +02:00
parent e7dda680ad
commit 04ebda9a54

View File

@@ -6,7 +6,7 @@ use crate::metrics::Metrics;
pub mod metrics;
pub const MQTT_TOPIC: &str = "system/metrics";
pub const MQTT_SEND_INTERVAL: u64 = 5;
pub const MQTT_SEND_INTERVAL: u64 = 3;
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct StatusMessage {