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

Commit 938d6161 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "OPP: Set the size of the database to 50 shares"

am: fab73240

Change-Id: If7ed6e7d34fda2eaf5294ec931130b16c9096efe
parents 747553f4 fab73240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ public class Constants {
    /** use emulator to debug */
    public static final boolean USE_EMULATOR_DEBUG = false;

    public static final int MAX_RECORDS_IN_DATABASE = 1000;
    public static final int MAX_RECORDS_IN_DATABASE = 50;

    public static final int BATCH_STATUS_PENDING = 0;