Adjust network category score, caching is more important

This commit is contained in:
Gaël Métais
2015-02-26 19:48:35 +01:00
parent f4bb3fc0bc
commit 8b7ccb837a
+3 -3
View File
@@ -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,