From 8b7ccb837a525237440992b154c4b77ba1f096f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 26 Feb 2015 19:48:35 +0100 Subject: [PATCH] Adjust network category score, caching is more important --- lib/metadata/scoreProfileGeneric.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/metadata/scoreProfileGeneric.json b/lib/metadata/scoreProfileGeneric.json index c7878c8..e1b4b57 100644 --- a/lib/metadata/scoreProfileGeneric.json +++ b/lib/metadata/scoreProfileGeneric.json @@ -91,9 +91,9 @@ "network": { "label": "Network", "policies": { - "notFound": 3, - "closedConnections": 3, - "multipleRequests": 3, + "notFound": 2, + "closedConnections": 2, + "multipleRequests": 2, "cachingNotSpecified": 1, "cachingDisabled": 1, "cachingTooShort": 1,