Skip to content
Commit ddf9718e authored by Terry Wang's avatar Terry Wang
Browse files

Change AppSearchManagerService's thread pool to use LinkedBlockingQueue.

If the service reaches the max pool size which is the number of
available processor, we should use LinkedBlockingQueue instead of
SynchronousQueue to queue the requests.

Bug: 185294190
Test: presubmit
Change-Id: I3a9a2f8a149f44fac7ddc01d61a6d1827a8d55bf
parent 522de6d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment