mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Disable write-ahead logging on the computer database
This commit is contained in:
parent
1898fcd741
commit
a591dcec48
@ -35,7 +35,6 @@ public class ComputerDatabaseManager {
|
||||
c.deleteDatabase(COMPUTER_DB_NAME);
|
||||
computerDb = c.openOrCreateDatabase(COMPUTER_DB_NAME, 0, null);
|
||||
}
|
||||
computerDb.enableWriteAheadLogging();
|
||||
initializeDb();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user