From 259faa13e65a8a16486c4ca4ea83da06151bd3ef Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Thu, 30 May 2024 20:49:21 +0200 Subject: [PATCH] fix readme for maxrange --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ee83a54..bfc00f8 100644 --- a/README.md +++ b/README.md @@ -196,11 +196,10 @@ The following parameters must be set (mandatory) for the container to function: | `READSB_EXTRA_ARGS` | Optional, allows to specify extra parameters for readsb | Unset | | | `READSB_DEBUG` | Optional, used to set debug mode. `n`: network, `P`: CPR, `S`: speed check | Unset | | | `S6_SERVICES_GRACETIME` | Optional, set to 30000 when saving traces / globe_history | `3000` | | -| `READSB_MAX_RANGE` | Optional. Maximum range (in nautical miles). | `300` | | | `READSB_ENABLE_BIASTEE` | Set to `true` to enable bias tee on supporting interfaces | | Unset | | `READSB_RX_LOCATION_ACCURACY` | Accuracy of receiver location in metadata: 0=no location, 1=approximate, 2=exact | `--rx-location-accuracy=` | `2` | | `READSB_HEATMAP_INTERVAL` | Per plane interval for heatmap and replay (if you want to lower this, also lower json-trace-interval to this or a lower value) | `--heatmap=` | `15` | -| `READSB_MAX_RANGE` | Absolute maximum range for position decoding (in nm) | `--max-range=` | `300` | +| `READSB_MAX_RANGE` | Absolute maximum range for position decoding (in nm) | `--max-range=` | `450` | | `READSB_STATS_EVERY` | Number of seconds between showing and resetting stats. | `--stats-every=` | Unset | | `READSB_STATS_RANGE` | Set this to `true` to collect range statistics for polar plot. | `--stats-range` | Unset | | `READSB_RANGE_OUTLINE_HOURS` | Change which past timeframe the range outline is based on | `--range-outline-hours` | `24` |