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:
parent
853e6e9fe7
commit
910addfc7e
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user