Searched refs:kMaxThrottleCount (Results 1 – 1 of 1) sorted by relevance
31 const int kMaxThrottleCount = 4; variable32 const int kMaxRetryCount = 2 * kMaxThrottleCount;844 if (throttle_count_ < kMaxThrottleCount) in OnJobDone()