Manuel:$wgWatchlistExpiryMaxDuration
Dernières modifications, nouvelles pages, liste de suivi et historique: $wgWatchlistExpiryMaxDuration | |
---|---|
Relative maximum duration for watchlist expiries, as accepted by strtotime(). |
|
Introduit dans la version : | 1.35.0 (Gerrit change 591203; git #0694cc02) |
Retiré dans la version : | Encore utilisé |
Valeurs autorisées : | (chaîne) ou null |
Valeur par défaut : | '1 year' (1.40+)'6 months' (1.35-1.39) |
Autres paramètres : Alphabétique | Par fonction |
Détails
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.
N'a d'effet que si $wgWatchlistExpiry vaut true
.
Set to null
to allow expiries of any duration.