clarified comment in the configuration file
This commit is contained in:
parent
8c7bf09b53
commit
7f78eaed93
|
|
@ -32,7 +32,7 @@ error_log="~/trackdirect/server/log/wsserver_aprs.log"
|
||||||
;; Frequency limit
|
;; Frequency limit
|
||||||
;; Packets received more frequently than the configured frequency limit will be dropped
|
;; 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.
|
;; 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"
|
frequency_limit="0"
|
||||||
|
|
||||||
;; First APRS IS server for the websocket server to connect to.
|
;; First APRS IS server for the websocket server to connect to.
|
||||||
|
|
@ -95,7 +95,7 @@ numbers_in_batch="50"
|
||||||
;; Frequency limit
|
;; Frequency limit
|
||||||
;; Packets received more frequently than the configured frequency limit will not be shown on map.
|
;; 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.
|
;; 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).
|
;; 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"
|
frequency_limit="5"
|
||||||
save_fast_packets="1"
|
save_fast_packets="1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue