Does anyone know how to reduce the time subsequent to a flight before your flight disappears from radar? For me, my flight will stay on the XACARS live radar for hours after my flight. Sometimes it will stay there UNTIL my next flight. Any help appreciated.
In you core\local.config file look for the below entry and change it to something other than 720 minutes.
# ACARS options
# Minutes, flights to show on the ACARS
# Default is 720 minutes
Config::Set('ACARS_LIVE_TIME', 720);
Config::Set('ACARS_DEBUG', false);