Parcourir la source

Adjust network category score, caching is more important

Gaël Métais il y a 10 ans
Parent
commit
8b7ccb837a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      lib/metadata/scoreProfileGeneric.json

+ 3 - 3
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,