Philipp Hörist pushed to branch master at gajim / gajim
Commits:
377aaaee by Philipp Hörist at 2025-10-02T22:44:45+02:00
new: App: Raise worker processes
- - - - -
1 changed file:
- gajim/common/app.py
Changes:
=====================================
gajim/common/app.py
=====================================
@@ -133,7 +133,7 @@ def init_process_pool() -> None:
mp_context = multiprocessing.get_context("spawn")
process_pool = ProcessPoolExecutor(
- max_workers=4,
+ max_workers=8,
mp_context=mp_context,
# https://github.com/python/cpython/issues/115634
# Start a new process per task to ensure memory is released,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/377aaaee4fcbddeadbb595869b17498f28ebcfa0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/377aaaee4fcbddeadbb595869b17498f28ebcfa0
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]