Manual:$wgHideUserContribLimit/pl
Appearance
| User rights, access control and monitoring: $wgHideUserContribLimit | |
|---|---|
The maximum number of edits a user can have and can still be hidden by users with the hideuser permission. |
|
| Wprowadzono w wersji: | 1.23.0 (Gerrit change 98267; git #8616f1b9) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (liczba całkowita) lub false |
| Domyślna wartość: | 1000 |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.