浏览代码

Adjust network category score, caching is more important

Gaël Métais 10 年之前
父节点
当前提交
8b7ccb837a
共有 1 个文件被更改,包括 3 次插入3 次删除
  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,