Handbuch:$wgHideUserContribLimit

This page is a translated version of the page Manual:$wgHideUserContribLimit and the translation is 43% complete.
Benutzerrechte, Zugriffskontrolle und Überwachung: $wgHideUserContribLimit
The maximum number of edits a user can have and can still be hidden by users with the hideuser permission.
Eingeführt in Version:1.23.0 (Gerrit change 98267; git #8616f1b9)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Ganzzahl) oder false
Standardwert:1000

Details

A limit for performance reasons, to prevent a user with the hideuser user right from hiding a user with too many edits.

The limit can be disabled by setting to false.

To determine this, the database field user_editcount is used. See that page for more information.