(bug 39957) Added threshold for showing number of page watchers.
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index e12b3be..c0c7d76 100644 (file)
@@ -5158,6 +5158,13 @@ $wgAllowCategorizedRecentChanges = false;
  */
 $wgUseTagFilter = true;
 
+/**
+ * If set to an integer, pages that are watched by more users than this
+ * threshold will not require the unwatchedpages permission to view the
+ * number of watchers.
+ */
+$wgUnwatchedPageThreshold = false;
+
 /** @} */ # end RC/watchlist }
 
 /************************************************************************//**