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

Commit 9a65fbdb authored by Jeffrey Huang's avatar Jeffrey Huang
Browse files

Increase configs per uid limit to 20

Bug: 158721606
Test: m -j
Change-Id: I434bb0b9cefa469e4ade5803f93eee780da7cfa9
parent a2d82aeb
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;