Proof of concept parallel processing with Danga Gearman and PEAR Net_Gearman.
[lhc/web/wiklou.git] / maintenance / clear_stats.php
index 5c1dce9..4cacd74 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+/**
+ * This script remove all statistics tracking from memcached
+ * 
+ * @file
+ * @ingroup Maintenance
+ */
+
 require_once('commandLine.inc');
 
 foreach ( $wgLocalDatabases as $db ) {