mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +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
|
// Set default mode
|
||||||
// (See comments in ProjectFileIO::SaveProject() about threading
|
// (See comments in ProjectFileIO::SaveProject() about threading
|
||||||
if (SafeMode())
|
if (ModeConfig(mCheckpointDB, "main", SafeConfig))
|
||||||
{
|
{
|
||||||
auto db = mCheckpointDB;
|
auto db = mCheckpointDB;
|
||||||
mCheckpointThread = std::thread(
|
mCheckpointThread = std::thread(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user