Philipp Hörist pushed to branch master at gajim / gajim


Commits:
6bceac5e by Philipp Hörist at 2025-02-23T12:36:44+01:00
cfix: Multiprocessing: Limit max tasks

- - - - -


1 changed file:

- gajim/common/app.py


Changes:

=====================================
gajim/common/app.py
=====================================
@@ -133,7 +133,7 @@ def init_process_pool() -> None:
     process_pool = ProcessPoolExecutor(
         max_workers=4,
         mp_context=mp_context,
-        # max_tasks_per_child=5,
+        max_tasks_per_child=5,
         initializer=init_process,
     )
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6bceac5eb8913b45a53e96d07a646b207204de83

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/6bceac5eb8913b45a53e96d07a646b207204de83
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]

Reply via email to