mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
turn off forcing of compress commit
This commit is contained in:
parent
3d0e42f707
commit
963984e79e
@ -663,7 +663,7 @@ NS_IMETHODIMP nsMsgDatabase::Commit(nsMsgDBCommit commitType)
|
||||
nsresult err = NS_OK;
|
||||
nsIMdbThumb *commitThumb = NULL;
|
||||
|
||||
commitType = nsMsgDBCommitType::kCompressCommit; // ### until incremental writing works.
|
||||
// commitType = nsMsgDBCommitType::kCompressCommit; // ### until incremental writing works.
|
||||
|
||||
if (m_mdbStore)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user