Increase notification channel limit

Test: atest
Fixes: 159152542
Change-Id: I594970428edcc311d1520eef6d766ad7e88d2be5
This commit is contained in:
Julia Reynolds
2020-06-18 09:37:09 -04:00
parent ae64ae50de
commit 7dbaa07132

View File

@@ -90,7 +90,7 @@ public class PreferencesHelper implements RankingConfig {
private static final String NON_BLOCKABLE_CHANNEL_DELIM = ":";
@VisibleForTesting
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 5000;
static final int NOTIFICATION_CHANNEL_COUNT_LIMIT = 50000;
private static final int NOTIFICATION_PREFERENCES_PULL_LIMIT = 1000;
private static final int NOTIFICATION_CHANNEL_PULL_LIMIT = 2000;