Manual:$wgSiteStatsAsyncFactor

From mediawiki.org
This page is a translated version of the page Manual:$wgSiteStatsAsyncFactor and the translation is 67% complete.
統計とコンテンツ分析: $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).