Skip to content

Commit 4739ca2

Browse files
committed
A missing '0'; set the
'max-distance' to 50 km as it is set in 'modeS_set_defaults()'.
1 parent a7a8d3d commit 4739ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump1090.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fifo-acquire = 100 # Max FIFO timeout (in milli-sec) waiti
8484
loops = 0 # With `--infile', read the file in a loop <N> times.
8585
max-messages = 0 # Max number of messages to process. 0 == infinite.
8686
max-frames = 0 # Max number of frames to process. 0 == infinite.
87-
max-distance = 50000 # Max distance (in meters) for CPR global distance check.
87+
max-distance = 500000 # Max distance (in meters) for CPR global distance check.
8888
metric = true # Show units as metric.
8989
silent = false # Silent mode for testing network I/O (together with `--debug n').
9090
tui = curses # Select `curses' or `wincon' text-user interface for option `--interactive'.

0 commit comments

Comments
 (0)