Projet

Général

Profil

0001-debian-set-spooler-max-tasks-for-uwsgi-54626.patch

Frédéric Péters, 07 juin 2021 15:29

Télécharger (1,11 ko)

Voir les différences:

Subject: [PATCH] debian: set spooler-max-tasks for uwsgi (#54626)

 debian/authentic2-multitenant-uwsgi.ini | 1 +
 debian/authentic2-uwsgi.ini             | 1 +
 2 files changed, 2 insertions(+)
debian/authentic2-multitenant-uwsgi.ini
14 14

  
15 15
spooler-processes = 5
16 16
spooler-python-import = authentic2.utils.spooler
17
spooler-max-tasks = 20
17 18

  
18 19
master = true
19 20
enable-threads = true
debian/authentic2-uwsgi.ini
14 14

  
15 15
spooler-processes = 3
16 16
spooler-python-import = authentic2.utils.spooler
17
spooler-max-tasks = 20
17 18

  
18 19
master = true
19 20
enable-threads = true
20
-