Merge "Change the default value of sync mode to NORMAL"
This commit is contained in:
@@ -299,7 +299,7 @@ public final class SQLiteDatabaseConfiguration {
|
|||||||
if (isLegacyCompatibilityWalEnabled()) {
|
if (isLegacyCompatibilityWalEnabled()) {
|
||||||
return SQLiteCompatibilityWalFlags.getWALSyncMode();
|
return SQLiteCompatibilityWalFlags.getWALSyncMode();
|
||||||
} else {
|
} else {
|
||||||
return SQLiteGlobal.getDefaultSyncMode();
|
return SQLiteGlobal.getWALSyncMode();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return SQLiteGlobal.getDefaultSyncMode();
|
return SQLiteGlobal.getDefaultSyncMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user