-
Notifications
You must be signed in to change notification settings - Fork 5
Plugin: Watchlist
Dario Giovannetti edited this page Aug 9, 2020
·
1 revision
The Watchlist plugin adds, next to the "Watchlist" link in the personal tools at the top of the page, an indicator that displays how many unread pages are in the user's watchlist.
The count value is cached for minQueryInterval
seconds.
By clicking on the link anchored on the number, a menu is shown, allowing to force-refresh the count, or mark all pages in the watchlist as read.
-
enabled
:true
-
minQueryInterval
:1800
The maximum age, in seconds, of the count value stored in the cache; if the cached value is older than this duration, a new value is automatically queried on page load.