Disabled updates of airspace monitor's situations / parts

Currently not used, for performance testing
This commit is contained in:
Klaus Basan
2015-02-24 20:13:24 +01:00
parent 7e39587226
commit ca6cd9c063
2 changed files with 6 additions and 4 deletions

View File

@@ -125,7 +125,8 @@ namespace BlackCore
std::function<void(const BlackMisc::Aviation::CCallsign &)> removedAircraftSlot
) override;
const qint64 AircraftSituationsRemovedOffsetMs = 30 * 1000; //!< situations will be removed if older than
const qint64 AircraftSituationsRemovedOffsetMs = 30 * 1000; //!< situations older than now - offset will be removed
const qint64 AircraftPartsRemoveOffsetMs = 30* 1000; //!< parts older than now - offset will be removed
signals: