手册:$wgWatchersMaxAge
Appearance
最近的更改、新页面、监视列表和历史记录: $wgWatchersMaxAge | |
---|---|
Page watchers inactive for more than this many seconds are considered inactive. Used mainly by action=info . |
|
引进版本: | 1.26.0 (Gerrit change 193838; git #I10d294a) |
移除版本: | 仍在使用 |
允许的值: | (正整数) |
默认值: | 30 * 24 * 3600 (30 days = about one month) (1.41+) 180 * 24 * 3600 (180天=约六个月) (1.26-1.41) |
其他设置: 按首字母排序 | 按功能排序 |
细节
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.