Closed
Bug 759340
Opened 14 years ago
Closed 14 years ago
SecureMail is causing high load and memory usage following the private comment fix (bug 753632)
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
References
Details
Attachments
(1 file)
|
1.47 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
SecureMail is causing high load and memory usage in jobqueue.pl following the private comment fix.
i suspect it's because it's because it's calling $bug->comments to load the right comment from the database, because it's non-trivial to load a comment based on its number.
Attachment #627972 -
Flags: review?(dkl)
Comment 2•14 years ago
|
||
Comment on attachment 627972 [details] [diff] [review]
patch v1
Review of attachment 627972 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me. r=dkl
Attachment #627972 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
modified extensions/SecureMail/Extension.pm
Committed revision 8195.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/SecureMail/Extension.pm
Committed revision 8174.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bugzilla/extensions/securemail/4.0/
modified Extension.pm
Committed revision 22.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: SecureMail → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•