Manual:$wgSiteStatsAsyncFactor/de-formal
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.34.0</tvar>.</translate> |
<translate> Statistics and content analysis</translate>: $wgSiteStatsAsyncFactor | |
---|---|
Sets how often site statistics should be updated. |
|
<translate> Introduced in version:</translate> | 1.20.0 (Gerrit change 7136; git #a4b39791) |
<translate> Removed in version:</translate> | 1.34.0 (Gerrit change 521014; git #149b5a01) |
<translate> Allowed values:</translate> | (integer) or false |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Sets how often site statistics should be updated.
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
.
Make sure that $wgMemc
is a global cache.
If set to -1, updates only go to $wgMemc
(useful for daemons).