Add $wgHideUserContribLimit config setting
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 69d4633..31cbb4c 100644 (file)
@@ -4555,6 +4555,15 @@ $wgAvailableRights = array();
  */
 $wgDeleteRevisionsLimit = 0;
 
+/**
+ * The maximum number of edits a user can have and
+ * can still be hidden by users with the hideuser permission.
+ * This is limited for performance reason.
+ * Set to false to disable the limit.
+ * @since 1.23
+ */
+$wgHideUserContribLimit = 1000;
+
 /**
  * Number of accounts each IP address may create, 0 to disable.
  *