Beta Version
V240512_1_Beta
CHANGELOG
- Added update policy control (thanks to
starsoccer9
,beohoff
,josiahnelson
and other users for their feedback).
- Fixed an issue where People was 0 at startup.
NOTES
We added an update policy control, where the mechanisms are as follows: minimum interval update, and immediate update when the amount of change reaches a quantity. The latter rule will take precedence over the former, so please take care to regulate it:
- Always update when the minimum interval is reached
- If the distance between two changes exceeds the set change distance, an immediate update will be triggered. The update interval mechanism is calculated from this point onwards.
How to understand such a situation?
- In the original mechanism, there was always an automatic update at 0.5 second intervals.
- In the new mechanism, you will be able to determine this strategy. Let's say you set the minimum interval to be 5 seconds and the immediate update change to be 100mm. then if the distance between two times is more than 10cm (100mm) then it will be pushed immediately. And if it is less than 10cm and more than 5 seconds it will also update immediately.