aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 9f69ab3..f08e8a6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -30,7 +30,7 @@ const RESP_OK: [u8; 5] = [0x32, 0x7f, 0xfe, 0x4c, 0x00];
const RESP_NORMAL: [u8; 5] = [0x32, 0x7f, 0xfe, 0x4c, 0x01];
const CHECK_INTERVAL: Duration = Duration::from_secs(30);
const CHECK_TIMEOUT: Duration = Duration::from_secs(300);
-const MONITOR_INTERVAL: Duration = Duration::from_secs(300);
+const MONITOR_INTERVAL: Duration = Duration::from_secs(600);
const MONITOR_TIMEOUT: Duration = Duration::from_secs(3600);
const TCP_TIMEOUT: Duration = Duration::from_secs(8);
const POLL_INTERVAL: Duration = Duration::from_millis(500);