Commit 0843159f authored by yodax's avatar yodax

Reduce number of processes in the pool to 5

parent 3d933c16
......@@ -15,7 +15,7 @@ from mailconfig import get_mail_aliases, get_mail_aliases_ex, get_mail_domains,
# live across http requests so we don't baloon the system with
# processes.
import multiprocessing.pool
pool = multiprocessing.pool.Pool(processes=10)
pool = multiprocessing.pool.Pool(processes=5)
env = utils.load_environment()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment