Merge "Change the default value of sync mode to NORMAL"

This commit is contained in:
Treehugger Robot
2022-10-12 19:30:04 +00:00
committed by Gerrit Code Review

View File

@@ -299,7 +299,7 @@ public final class SQLiteDatabaseConfiguration {
if (isLegacyCompatibilityWalEnabled()) {
return SQLiteCompatibilityWalFlags.getWALSyncMode();
} else {
return SQLiteGlobal.getDefaultSyncMode();
return SQLiteGlobal.getWALSyncMode();
}
} else {
return SQLiteGlobal.getDefaultSyncMode();