HomePhabricator

Replacing a live hack in wfIncrStats:

Description

Replacing a live hack in wfIncrStats:
Add $wgStatsMethod to control how (and whether) to update the stats.
Setting to 'cache' (the default) gives the previous behavior of updating in $wgMemc.
Setting to 'udp' sends a line to the UDP profiling host.
Setting to false or 'disabled' or whatever will disable it.

Details

Provenance
brionAuthored on
Parents
rSVN30235: Document new hook UserCanSendEmail
Branches
Unknown
Tags
Unknown
ChangeId
None