Closed
Bug 793455
Opened 11 years ago
Closed 11 years ago
DB cache is closing databases too frequently
Categories
(MailNews Core :: Database, defect)
MailNews Core
Database
Tracking
(thunderbird16+ fixed, thunderbird17+ fixed)
RESOLVED
FIXED
Thunderbird 18.0
People
(Reporter: rkent, Assigned: rkent)
References
Details
(Keywords: perf, regression, Whiteboard: [regression:TB15])
Attachments
(1 file)
1.26 KB,
patch
|
Irving
:
review+
standard8
:
approval-comm-aurora+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
See https://bugzilla.mozilla.org/show_bug.cgi?id=710056 --- Comment #151 from David :Bienvenu <mozilla@davidbienvenu.org> 2012-09-22 13:39:47 PDT --- Kent, I really intended the db's to only get closed after 3 minutes of idle (or 5, I can't remember), not 3 seconds. It was a milliseconds vs. seconds confusion, so that really should be fixed.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kent
Status: NEW → ASSIGNED
Updated•11 years ago
|
Forwarding tracking requests from bug 793666.
tracking-thunderbird16:
--- → ?
tracking-thunderbird17:
--- → ?
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #664144 -
Flags: review?(irving)
Comment 4•11 years ago
|
||
Comment on attachment 664144 [details] [diff] [review] 5 minutes is 300000 milliseconds Review of attachment 664144 [details] [diff] [review]: ----------------------------------------------------------------- I don't think we need to worry about people who have overridden this pref, so just changing the default is fine.
Attachment #664144 -
Flags: review?(irving) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 664144 [details] [diff] [review] 5 minutes is 300000 milliseconds Checked in https://hg.mozilla.org/comm-central/rev/246b6dfaf2e7
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 18.0
Updated•11 years ago
|
Comment 6•11 years ago
|
||
Comment on attachment 664144 [details] [diff] [review] 5 minutes is 300000 milliseconds [Triage Comment] We should just take this straight onto aurora and beta as it should be safe.
Attachment #664144 -
Flags: approval-comm-beta+
Attachment #664144 -
Flags: approval-comm-aurora+
Comment 7•11 years ago
|
||
That will affect new installs only right ?
Comment 8•11 years ago
|
||
(In reply to Ludovic Hirlimann [:Usul] from comment #7) > That will affect new installs only right ? I'm pretty sure everyone who has not changed the pref will get the new default when they update
Comment 9•11 years ago
|
||
(In reply to Irving Reid (:irving) from comment #8) > (In reply to Ludovic Hirlimann [:Usul] from comment #7) > > That will affect new installs only right ? > > I'm pretty sure everyone who has not changed the pref will get the new > default when they update Correct.
Comment 10•11 years ago
|
||
Checked in: https://hg.mozilla.org/releases/comm-aurora/rev/b2e9643b349b https://hg.mozilla.org/releases/comm-beta/rev/753ed57d0fc9
status-thunderbird16:
--- → fixed
status-thunderbird17:
--- → fixed
Updated•11 years ago
|
Whiteboard: [regression:TB15]
Comment 11•11 years ago
|
||
(In reply to Irving Reid (:irving) from comment #8) > I'm pretty sure everyone who has not changed the pref will get the new > default when they update I've been banging this bug for-ever. I never changed mail.db.idle_limit but just now found it set to 4000. I changed it to 300000 and for the first time in *years* thunderbird has stopped locking up randomly.
You need to log in
before you can comment on or make changes to this bug.
Description
•