Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd0e2200 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Merge "Keep close_idle_connections optimization for all devices" into oc-mr1-dev am: f0b56a65

am: b68c260a

Change-Id: I16fd345f2d786090017e50d936f62e8f76ba2acf
parents 3d859844 b68c260a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -79,8 +79,6 @@ public final class SQLiteDatabase extends SQLiteClosable {

    private static final int EVENT_DB_CORRUPT = 75004;

    // TODO b/63398887 STOPSHIP.
    // Temporarily enabled for testing across a broader set of dogfood devices.
    private static final boolean DEBUG_CLOSE_IDLE_CONNECTIONS = SystemProperties
            .getBoolean("persist.debug.sqlite.close_idle_connections", true);