Olivier Kamers
Olivier Kamers
Nice 👍 I also saw the update to get rid of the request library. I played around with it a few weeks ago because we had issues parallelising multiple map...
I had to limit the number of requests to avoid timeouts from the request library. Externalising the function also allowed me to use a cache for tiles that are requested...
Hi @swarnat! That's a really nice idea and simple implementation 👍 A question I have is how you manage cleanup of expired items in the cache if they're not requested...
@jonaldomo Thanks for that fix. This issue started happening for me today (we have been messing around with installing and updating some plugins). Your patched grails.hpi fixed it 🙌