From 7f78eaed93e2441829ca313e3e92173602bd12bb Mon Sep 17 00:00:00 2001 From: Per Qvarforth Date: Sun, 23 Jan 2022 21:01:24 +0100 Subject: [PATCH] clarified comment in the configuration file --- config/trackdirect.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/trackdirect.ini b/config/trackdirect.ini index b5e885e..8419784 100644 --- a/config/trackdirect.ini +++ b/config/trackdirect.ini @@ -32,7 +32,7 @@ error_log="~/trackdirect/server/log/wsserver_aprs.log" ;; Frequency limit ;; Packets received more frequently than the configured frequency limit will be dropped ;; Frequency limit is specified in seconds, and 0 means that the limit is disabled. -;; This setting is very useful when frequency is very high (when receiving data from the OGN network this needs to be at lest 15s) +;; This setting is very useful when frequency is very high (when receiving data from the OGN network this needs to be at least 15s) frequency_limit="0" ;; First APRS IS server for the websocket server to connect to. @@ -95,7 +95,7 @@ numbers_in_batch="50" ;; Frequency limit ;; Packets received more frequently than the configured frequency limit will not be shown on map. ;; Frequency limit is specified per station in seconds, and 0 means that the limit is disabled. -;; This setting is very useful when frequency is very high (like when receiving data from the OGN network). +;; This setting is very useful when frequency is very high (when receiving data from the OGN network this needs to be at least 20s). ;; If setting save_fast_packets to "0", packets that is received to frequently will not be save (useful for OGN, but not for APRS-IS). frequency_limit="5" save_fast_packets="1"