Projet

Général

Profil

0001-uwsgi-new-configuration-67578.patch

Pierre Ducroquet, 10 octobre 2022 15:20

Télécharger (884 octets)

Voir les différences:

Subject: [PATCH] uwsgi: new configuration (#67578)

 debian/uwsgi.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
debian/uwsgi.ini
40 40
cheaper-algo = busyness
41 41
cheaper = 5
42 42
cheaper-initial = 10
43
cheaper-overload = 5
44
cheaper-step = 10
45
cheaper-busyness-multiplier = 30
43
cheaper-overload = 20
44
cheaper-step = 2
45
cheaper-busyness-multiplier = 10
46 46
cheaper-busyness-min = 20
47 47
cheaper-busyness-max = 70
48 48
cheaper-busyness-backlog-alert = 16
49 49
cheaper-busyness-backlog-step = 2
50 50

  
51
listen = 1024
51 52
max-requests = 500
52 53
max-worker-lifetime = 7200
53 54

  
54
-