Manual:$wgSiteStatsAsyncFactor
Appearance
この機能は、バージョン 1.34.0 で完全に除去されました。 |
| 統計とコンテンツ分析: $wgSiteStatsAsyncFactor | |
|---|---|
| サイトの統計の更新頻度を設定する。 |
|
| 導入されたバージョン: | 1.20.0 (Gerrit change 7136; git #a4b39791) |
| 除去されたバージョン: | 1.34.0 (Gerrit change 521014; git #149b5a01) |
| 許容される値: | (整数) または false |
| 既定値: | false |
| その他の設定: アルファベット順 | 機能順 | |
詳細
サイトの統計の更新頻度を設定します。
Set this to an integer to only do synchronous site_stats updates one every this many updates.
The other requests go into pending delta values in $wgMemc.
$wgMemc がグローバル キャッシュであることを確認してください。
If set to -1, updates only go to $wgMemc (useful for daemons).