Manual:$wgRateLimitsExcludedGroups/pl

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<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)

Szczegóły

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