Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
cacheHitSempahore
if async execution is enabled.
`cacheHitSemaphore` is used to throttle the number of concurrent cache checks to the number of CPU. With async execution, the size of underlying thread pool is already limited to the number of CPU making the semaphore unnecessary. PiperOrigin-RevId: 627036668 Change-Id: I2f664ddd7c35b8081f7432147c88bbaee063a8ba
- Loading branch information