Manual:$wgWatchersMaxAge/zh
From Linux Web Expert
<translate> Recent changes, new pages, watchlist and history</translate>: $wgWatchersMaxAge | |
---|---|
Page watchers inactive for more than this many seconds are considered inactive. Used mainly by action=info . |
|
<translate> Introduced in version:</translate> | 1.26.0 (Gerrit change 193838; git #I10d294a) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (正整数) |
<translate> Default value:</translate> | 30 * 24 * 3600 (30 days = about one month) (1.41+) 180 * 24 * 3600 (180天=约六个月) (1.26-1.41) |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
细节
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.