Merge "Increase configs per uid limit to 20" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4d283e67d
@@ -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