Closed
Bug 416625
Opened 17 years ago
Closed 17 years ago
Ability to disable stats dashboard from admin cp
Categories
(addons.mozilla.org Graveyard :: Statistics, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fligtar, Assigned: fligtar)
Details
There should be an option in Site Config to disable the stats dashboard during periods of high load or for other reasons, as we have with several other functions of the site.
Assignee | ||
Comment 1•17 years ago
|
||
Fixed in r10160.
SQL to be run:
INSERT INTO `config` (`key` , `value`) VALUES ('stats_disabled', '0');
has been added to the queue:
http://wiki.mozilla.org/Update:Developers/Database_Changes
Assignee: nobody → fligtar
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•