Handbuch:$wgWatchersMaxAge
Appearance
| Letzte Änderungen, neue Seiten, Beobachtungsliste und Verlauf: $wgWatchersMaxAge | |
|---|---|
| Page watchers inactive for more than this many seconds are considered inactive. Used mainly by action=info. |
|
| Eingeführt in Version: | 1.26.0 (Gerrit change 193838; git #I10d294a) |
| Entfernt in Version: | Weiterhin vorhanden |
| Erlaubte Werte: | (positive ganze Zahl) |
| Standardwert: | 30 * 24 * 3600 (30 days = about one month) (1.41+) 180 * 24 * 3600 (180 Tage = etwa sechs Monate) (1.26-1.41) |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
Counts the number of active watchers of the page that are displayed in action=info and the visitingwatchers field of the info API if $wgShowUpdatedMarker is enabled.
Per "active watcher" it counts watchers that have visited that page since the last edit or that have visited the page at least $wgWatchersMaxAge before last edit (as tracked by the wl_notificationtimestamp field).
If the viewer does not have the unwatchedpages user right and either the number of active watchers is not above $wgUnwatchedPageSecret or the number of total watchers is not above $wgUnwatchedPageThreshold, only approximate information is shown.