删除多线程产图

This commit is contained in:
wzy-warehouse
2026-06-21 15:29:39 +08:00
parent 95a74d00f3
commit 7e59d1b3f5
4 changed files with 0 additions and 28 deletions
-7
View File
@@ -36,13 +36,6 @@ async def lifespan(app: FastAPI):
yield
# 清理资源
try:
from app.api.qgis_map_export import shutdown_thread_pool
shutdown_thread_pool()
except Exception:
pass
logger.info("应用关闭")
def create_app() -> FastAPI: