Manual:$wgRateLimitsExcludedGroups/de-formal

From Linux Web Expert

<translate> User rights, access control and monitoring</translate>: $wgRateLimitsExcludedGroups
Array of groups which should never trigger the rate limiter.
<translate> Introduced in version:</translate>1.7.0 (r14184)
<translate> Deprecated in version:</translate>1.13.0
<translate> Removed in version:</translate>1.18.0 (r87587)
<translate> Allowed values:</translate>(array of strings)
<translate> Default value:</translate>array() (1.13-1.17)
array( 'sysop', 'bureaucrat' ) (1.7-1.12)

Details

Array of groups which should never trigger the rate limiter. Deprecated in 1.13 in favor of $wgGroupPermissions []['noratelimit'].