How i can reset acars with a cronjob?

somebody knows how to set up a cronjob for resetting acars?

i have in my phpvms folder a maintance.php but i dont use it,because i dont know what this file exactly do with my database.

i see something inside “reset hours” and so on…that is not what im looking for.

i only need to reset acars…

Do you mean to reset ACARS map not show recent flights? If yes you need to go to “local.config.php” and look for the following:

Config::Set('ACARS_LIVE_TIME', 720);

By default it’s set to show recent flights on ACARS map for 720 minutes. You can change that time to as low as 1 minute.

ahh ok … iwill try. thx parkho

Anytime.

1 Like

Parkho beat me to it. That is how I would do it as well. Just adjust it via the config file.

4 hours ago, TAV1702 said:

Parkho beat me to it.

Always!

1 Like