mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-25 00:03:06 -04:00
instead of using only one ThreadPoolExecutor for all MetaTiles, its now handled in a loop and new ThreadPools for the next zoom level will be started when all work for the previous one is already done. i guess, this will fix the issues and interferences described in #32471 and shouldn't be much slower.