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

Commit fab73240 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 2ea27ea9 f2d0635d
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;