| Recent changes, new pages, watchlist and history: $wgWatchersMaxAge | |
|---|---|
| Page watchers inactive for more than this many seconds are considered inactive. Used mainly by action=info. |
|
| Introduced in version: | 1.26.0 (Gerrit change 193838; git #I10d294a) |
| Removed in version: | still in use |
| Allowed values: | (positive integer) |
| Default value: | 30 * 24 * 3600 (30 days = about one month) (1.41+) 180 * 24 * 3600 (180 days = about six months) (1.26-1.41) |
| Other settings: Alphabetical | By function | |
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.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.