mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
[traffic] Throttle UI/router refresh while messages are being processed
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -488,6 +488,16 @@ private:
|
||||
*/
|
||||
std::chrono::time_point<std::chrono::steady_clock> m_lastResponseTime;
|
||||
|
||||
/**
|
||||
* @brief When the last update notification to the Drape engine was posted.
|
||||
*/
|
||||
std::chrono::time_point<std::chrono::steady_clock> m_lastDrapeUpdate;
|
||||
|
||||
/**
|
||||
* @brief When the last update notification to the traffic observer was posted.
|
||||
*/
|
||||
std::chrono::time_point<std::chrono::steady_clock> m_lastObserverUpdate;
|
||||
|
||||
/**
|
||||
* @brief Whether active MWMs have changed since the last request.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user