mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update SQLiteCache.cs
This commit is contained in:
parent
5f66d0d5e1
commit
5550556b9f
|
|
@ -41,7 +41,7 @@ namespace MapControl.Caching
|
||||||
connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(path));
|
connection = new SQLiteConnection("Data Source=" + Path.GetFullPath(path));
|
||||||
connection.Open();
|
connection.Open();
|
||||||
|
|
||||||
using (var command = new SQLiteCommand("PRAGMA journal_mode=WAL", connection))
|
using (var command = new SQLiteCommand("pragma journal_mode=wal", connection))
|
||||||
{
|
{
|
||||||
command.ExecuteNonQuery();
|
command.ExecuteNonQuery();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue