Page MenuHomePhabricator
Paste P6366

Clear cached ORES thresholds for French Wikipedia's "goodfaith" model
ActivePublic

Authored by awight on Nov 22 2017, 5:09 PM.
Tags
Referenced Files
F10941071:
Nov 22 2017, 5:09 PM
Subscribers
None
mwscript eval.php --wiki frwiki
$cache = MediaWiki\MediaWikiServices::getInstance()->getMainWANObjectCache();
$key = $cache->makeKey( 'ORES', 'threshold_statistics', 'goodfaith', 1 );
$cache->delete($key);

Event Timeline

Halfak changed the title of this paste from untitled to Clear cached ORES thresholds for French Wikipedia's "goodfaith" model.Nov 22 2017, 5:11 PM
Halfak added a project: ORES.