Merge "Increase configs per uid limit to 20" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-12 08:12:53 +00:00
committed by Android (Google) Code Review

View File

@@ -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;