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

Commit f2d0635d authored by Myles Watson's avatar Myles Watson
Browse files

OPP: Set the size of the database to 50 shares

Test: send an image
Change-Id: I709b643af8890dc49d05e7202174d8a950f3e6e7
parent 1d02dfb5
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;