Increase the onehit TTL a bit, 30s is a bit too aggressive.
This commit is contained in:
parent
b313834338
commit
25ac2d044d
1 changed files with 1 additions and 1 deletions
2
track.h
2
track.h
|
|
@ -54,7 +54,7 @@
|
||||||
#define TRACK_AIRCRAFT_TTL 300
|
#define TRACK_AIRCRAFT_TTL 300
|
||||||
|
|
||||||
/* Maximum age of a tracked aircraft with only 1 message received, in seconds */
|
/* Maximum age of a tracked aircraft with only 1 message received, in seconds */
|
||||||
#define TRACK_AIRCRAFT_ONEHIT_TTL 30
|
#define TRACK_AIRCRAFT_ONEHIT_TTL 60
|
||||||
|
|
||||||
/* Structure used to describe the state of one tracked aircraft */
|
/* Structure used to describe the state of one tracked aircraft */
|
||||||
struct aircraft {
|
struct aircraft {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue