joro75 / Domoticz-Toyota-Plugin

A Domoticz plugin that provides devices for a Toyota car with connected services
MIT License
6 stars 1 forks source link

Remove caching of reverse address lookups #33

Closed joro75 closed 2 years ago

joro75 commented 2 years ago

The address lookup cache was almost never hit, because of almost always different GPS coordinates. Removed the cache, because it is useless, and has the potential to use a large amount of memory. Also the number of requests is low, so there is no need to reduce the number of calls to the webservice.