From e98aec0169ed85267ab86941ad272a8bdf7af518 Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Wed, 26 Jan 2022 16:38:01 +0000
Subject: [PATCH] monitor: Comment what MAX_NAVROUTE_DISCREPANCY is

So as to disambiguate from "some discrepancy within the route data".
---
 monitor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor.py b/monitor.py
index f5e9a3ac..42d282b1 100644
--- a/monitor.py
+++ b/monitor.py
@@ -27,7 +27,7 @@ from EDMCLogging import get_main_logger
 
 logger = get_main_logger()
 STARTUP = 'journal.startup'
-MAX_NAVROUTE_DISCREPANCY = 5
+MAX_NAVROUTE_DISCREPANCY = 5  # Timestamp difference in seconds
 
 if TYPE_CHECKING:
     def _(x: str) -> str: