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

Commit 7af51ab7 authored by Wes Garner's avatar Wes Garner
Browse files

Increase number of max SMS per hour (Issue 2294)

Change-Id: Iee6246fde03e1f92014ecfabc14f4aed91c62faa
parent 0a17f45e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public abstract class SMSDispatcher extends Handler {
    private static final int DEFAULT_SMS_CHECK_PERIOD = 3600000;

    /** Default number of SMS sent in checking period without user permit */
    private static final int DEFAULT_SMS_MAX_COUNT = 100;
    private static final int DEFAULT_SMS_MAX_COUNT = 200;

    /** Default timeout for SMS sent query */
    private static final int DEFAULT_SMS_TIMOUEOUT = 6000;