jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/390239 )

Change subject: Use a threshold that ores in frwiki can stand
......................................................................


Use a threshold that ores in frwiki can stand

Bug: T180115
Change-Id: If0f3064da693c6b8d01e1db455b25cb99b4594a8
---
M wmf-config/InitialiseSettings.php
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Ladsgroup: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index e4f80fb..58acc2b 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -19096,7 +19096,10 @@
                ],
        ],
        'frwiki' => [
-               // damaging uses defaults for everything
+               'damaging' => [
+                       // likelygood, maybebad, likelybad use defaults
+                       'verylikelybad' => [ 'min' => 
'recall_at_precision(min_precision=0.85)', 'max' => 1 ],
+               ],
                'goodfaith' => [
                        // likelygood, maybebad, likelybad use defaults
                        'verylikelybad' => [ 'min' => 0, 'max' => 
'recall_at_precision(min_precision=0.9)' ],

-- 
To view, visit https://gerrit.wikimedia.org/r/390239
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If0f3064da693c6b8d01e1db455b25cb99b4594a8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to