1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Bug 2745 - Exiting Audacity with a never saved project takes massively longer in 3.0.2 than 3.0.0

This commit is contained in:
Leland Lucius 2021-04-12 23:50:22 -05:00
parent 853e6e9fe7
commit 910addfc7e

View File

@ -154,7 +154,7 @@ int DBConnection::Open(const FilePath fileName)
{
// Set default mode
// (See comments in ProjectFileIO::SaveProject() about threading
if (SafeMode())
if (ModeConfig(mCheckpointDB, "main", SafeConfig))
{
auto db = mCheckpointDB;
mCheckpointThread = std::thread(