Optimize CPU usage via caching and reducing ThreadPoolExecutor workers to prevent CPU saturation

This commit is contained in:
2026-02-02 13:30:06 +08:00
parent 45d21cce21
commit a779b002d7
5 changed files with 66 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.2.4"
APP_VERSION = "0.2.5"
def get_version() -> str: