Skip to content
Snippets Groups Projects
Commit 25ac2d04 authored by Oliver Jowett's avatar Oliver Jowett
Browse files

Increase the onehit TTL a bit, 30s is a bit too aggressive.

parent b3138343
No related merge requests found
......@@ -54,7 +54,7 @@
#define TRACK_AIRCRAFT_TTL 300
/* 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 */
struct aircraft {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment