From 0862116a40586ba06585400b00c6d3ebabb38234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sun, 21 Dec 2014 14:19:04 +0100 Subject: [PATCH] Cooler abnormality score for JS errors for the moment --- lib/metadata/policies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index fda35a0..c5a21aa 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -71,7 +71,7 @@ var policies = { "message": "

Just to let you know there are some errors on the page.

Please note that some errors only occur in the PhantomJS browser, so you might need to double check on other browsers.

", "isOkThreshold": 0, "isBadThreshold": 1, - "isAbnormalThreshold": 1 + "isAbnormalThreshold": 2 }, "evalCalls": { "tool": "phantomas",