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

Commit 91199208 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Increase number of max SMS per hour (Issue 2294)" into froyo

parents c6e0d445 7af51ab7
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;