Searched refs:mLimitPerKey (Results 1 – 1 of 1) sorted by relevance
53 OperationLimiter(int limitPerKey) : mLimitPerKey(limitPerKey) {} in OperationLimiter()66 if (globalLimit < mLimitPerKey) { in EXCLUDES()77 if (cnt >= mLimitPerKey) { in EXCLUDES()79 LOG(ERROR) << "Query from " << key << " denied due to limit: " << mLimitPerKey; in EXCLUDES()122 const int mLimitPerKey; variable