Merge "Increase configs per uid limit to 20" into rvc-dev am: d4d283e67d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11844170 Change-Id: Ia7d54f944eee5909b2da9d77dff0329ab9c59aea
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
// Per atom dimension key size limit
|
||||
static const std::map<int, std::pair<size_t, size_t>> kAtomDimensionKeySizeLimitMap;
|
||||
|
||||
const static int kMaxConfigCountPerUid = 10;
|
||||
const static int kMaxConfigCountPerUid = 20;
|
||||
const static int kMaxAlertCountPerConfig = 100;
|
||||
const static int kMaxConditionCountPerConfig = 300;
|
||||
const static int kMaxMetricCountPerConfig = 1000;
|
||||
|
||||
Reference in New Issue
Block a user