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

Commit fef95db6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase configs per uid limit to 20" into rvc-dev am: d4d283e6 am:...

Merge "Increase configs per uid limit to 20" into rvc-dev am: d4d283e6 am: ea74ace5 am: 0074b79e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11844170

Change-Id: I43d6a0ecff10deb503949c07f5c81b7ec6e95a75
parents 0aff83ba 0074b79e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;