Make theater refuelling flight plan on-station time configurable based on the desired mission duration (#3375)

This PR 
- Addresses #1511 by setting the tanker on-station time to the desired
mission duration + 30 minutes
- Elaborate on what the desired mission duration setting does in the
Settings UI.
This commit is contained in:
zhexu14
2024-04-14 21:58:30 +10:00
committed by GitHub
parent 75f904275c
commit dc3d1b0b5b
3 changed files with 14 additions and 1 deletions

View File

@@ -467,6 +467,12 @@ class Settings:
default=timedelta(minutes=60),
min=30,
max=150,
detail=(
"Period of time after the start of a turn where "
"there is coverage by one or more CAP flight(s), "
"refuelling flights not tied to a specific package are on station, "
"and other flights have their TOTs."
),
)
# Performance