diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 891daf5..4231be3 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -810,10 +810,10 @@ var policies = { "totalRequests": { "tool": "redownload", "label": "Requests number", - "message": "

Each request slows down the page loading, especially on the protocol HTTP/1, but also on HTTP/2.

There are several technics to reduce their number:

", - "isOkThreshold": 50, - "isBadThreshold": 150, - "isAbnormalThreshold": 250, + "message": "

Each request slows down the page loading, especially on the protocol HTTP/1, but also a little on HTTP/2.

There are several technics to reduce their number:

", + "isOkThreshold": 80, + "isBadThreshold": 240, + "isAbnormalThreshold": 320, "hasOffenders": true }, "domains": {