Optimize CPU usage via caching and reducing ThreadPoolExecutor workers to prevent CPU saturation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
APP_VERSION = "0.2.4"
|
||||
APP_VERSION = "0.2.5"
|
||||
|
||||
|
||||
def get_version() -> str:
|
||||
|
||||
Reference in New Issue
Block a user