Recent changes, new pages, watchlist and history: $wgWatchlistExpiryMaxDuration | |
---|---|
Relative maximum duration for watchlist expiries, as accepted by strtotime(). |
|
Introduced in version: | 1.35.0 (Gerrit change 591203; git #0694cc02) |
Removed in version: | still in use |
Allowed values: | (string) or null |
Default value: | '1 year' (1.40+)'6 months' (1.35-1.39) |
Other settings: Alphabetical | By function |
Details
Relative maximum duration for watchlist expiries, as accepted by PHP's strtotime()
function.
This relates to finite watchlist expiries only.
Pages can be watched indefinitely regardless of what this is set to.
This is used to ensure the watchlist_expiry
table doesn't grow to be too big.Only has effect if $wgWatchlistExpiry
is true.Set to null
to allow expiries of any duration.
See also
- Manual:$wgWatchlistExpiry
- Manual:$wgWatchlistPurgeRate
- Manual:Watchlist expiry table
- Manual:PurgeExpiredWatchlistItems.php
- Help:Watchlist expiry
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.