From 25ac2d044dbd0a9e96ff02fadc42927cf54608a2 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 8 Feb 2015 22:46:44 +0000 Subject: [PATCH] Increase the onehit TTL a bit, 30s is a bit too aggressive. --- track.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/track.h b/track.h index 4647f32..85e1a07 100644 --- a/track.h +++ b/track.h @@ -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 {