1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00

monitor: Comment what MAX_NAVROUTE_DISCREPANCY is

So as to disambiguate from "some discrepancy within the route data".
This commit is contained in:
Athanasius 2022-01-26 16:38:01 +00:00
parent cfb77944c2
commit e98aec0169
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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: