Manual:$wgWatchlistPurgeRate
Appearance
| 最近の更新、新しいページ、ウォッチリスト、履歴: $wgWatchlistPurgeRate | |
|---|---|
| The per-edit rate at which expired watchlist items will be purged from the database. |
|
| 導入されたバージョン: | 1.35.0 (Gerrit change 572147; git #83804ad) |
| 除去されたバージョン: | 使用中 |
| 許容される値: | 0.0–1.0 (float) |
| 既定値: | 0.1 |
| その他の設定: アルファベット順 | 機能順 | |
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.