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

Commit aa170108 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Lower per-app notificationchannel limit

Test: PreferencesHelperTest
Bug: 240422263
Change-Id: I8c12e3fc73e4a88842af275feaf2acffcced0402
Merged-In: I8c12e3fc73e4a88842af275feaf2acffcced0402
(cherry picked from commit f528b337)
parent ec6bffc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public class PreferencesHelper implements RankingConfig {
    private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";

    @VisibleForTesting
    static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000;
    static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;

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