Manual:$wgWatchlistExpiryMaxDuration/ru

From mediawiki.org
This page is a translated version of the page Manual:$wgWatchlistExpiryMaxDuration and the translation is 9% complete.
Recent changes, new pages, watchlist and history: $wgWatchlistExpiryMaxDuration
Relative maximum duration for watchlist expiries, as accepted by strtotime().
Введено в версии:1.35.0 (Gerrit change 591203; git #0694cc02)
Удалено в версии:всё ещё используется
Допустимые значения:(string) or null
Значение по умолчанию:'1 year' (1.40+)
'6 months' (1.35-1.39)

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.

См. также