Changed
- Refactored stats calculation to calculate only necessary stats, instead of calculating all stats
- Stats are now being calculated every 1 hour instead of 6 hours
The list of years on the Map page is now calculated based on users' points instead of stats. It's also being cached for one day because it's usually a heavy operation based on the number of points. - Reverse-geocoding points are now being performed in batches of 1,000 points to prevent memory exhaustion.
Added
- In-app notification about telemetry being enabled.
💙 This release is supported by Steven B., James Manolios, chenrik and aldumil on Patreon 💙
What's Changed
- Calculate only necessary stats by @Freika in #496
- Add in-app telemetry notification by @Freika in #497
Full Changelog: 0.19.2...0.19.3