mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Move where wal is set
This commit is contained in:
@@ -30,7 +30,7 @@ namespace VRCX
|
||||
if (!string.IsNullOrEmpty(jsonDataSource))
|
||||
dataSource = jsonDataSource;
|
||||
|
||||
m_Connection = new SQLiteConnection($"Data Source=\"{dataSource}\";Version=3;PRAGMA locking_mode=NORMAL;PRAGMA busy_timeout=5000", true);
|
||||
m_Connection = new SQLiteConnection($"Data Source=\"{dataSource}\";Version=3;PRAGMA locking_mode=NORMAL;PRAGMA busy_timeout=5000;PRAGMA journal_mode=WAL;", true);
|
||||
|
||||
m_Connection.Open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user