Manual:$wgWatchlistPurgeRate/ru
From Linux Web Expert
<translate> Recent changes, new pages, watchlist and history</translate>: $wgWatchlistPurgeRate | |
---|---|
The per-edit rate at which expired watchlist items will be purged from the database. |
|
<translate> Introduced in version:</translate> | 1.35.0 (Gerrit change 572147; git #83804ad) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | 0.0–1.0 (float) |
<translate> Default value:</translate> | 0.1 |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Chance of expired watchlist items being purged on any page edit.
Only has effect if $wgWatchlistExpiry is true.
If this is zero, expired watchlist items will not be removed and the purgeExpiredWatchlistItems.php maintenance script should be run periodically.