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

Commit 481e695d authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Automerger Merge Worker
Browse files

Merge "Lower per-app NotificationChannelGroup limit." into tm-qpr-dev am: 1d2eb783 am: e550138d

parents b031521b e550138d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@ public class PreferencesHelper implements RankingConfig {
    @VisibleForTesting
    @VisibleForTesting
    static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
    static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
    @VisibleForTesting
    @VisibleForTesting
    static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 50000;
    static final int NOTIFICATION_CHANNEL_GROUP_COUNT_LIMIT = 6000;


    private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
    private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
    private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;
    private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;