We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8d3d commit 4739ca2Copy full SHA for 4739ca2
dump1090.cfg
@@ -84,7 +84,7 @@ fifo-acquire = 100 # Max FIFO timeout (in milli-sec) waiti
84
loops = 0 # With `--infile', read the file in a loop <N> times.
85
max-messages = 0 # Max number of messages to process. 0 == infinite.
86
max-frames = 0 # Max number of frames to process. 0 == infinite.
87
-max-distance = 50000 # Max distance (in meters) for CPR global distance check.
+max-distance = 500000 # Max distance (in meters) for CPR global distance check.
88
metric = true # Show units as metric.
89
silent = false # Silent mode for testing network I/O (together with `--debug n').
90
tui = curses # Select `curses' or `wincon' text-user interface for option `--interactive'.
0 commit comments