clarified comment in the configuration file

This commit is contained in:
Per Qvarforth 2022-01-23 21:01:24 +01:00
parent 8c7bf09b53
commit 7f78eaed93
1 changed files with 2 additions and 2 deletions

View File

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