fix: disable scale for perfermance

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2025-09-04 19:11:22 +08:00
parent 07109846e0
commit ad9eed2551
2 changed files with 14 additions and 7 deletions

View File

@ -151,8 +151,8 @@ class WorkerPool:
worker_id=worker_id,
flask_app=self._flask_app,
context_vars=self._context_vars,
on_idle_callback=self._on_worker_idle,
on_active_callback=self._on_worker_active,
# on_idle_callback=self._on_worker_idle,
# on_active_callback=self._on_worker_active,
)
worker.start()