Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ec0c471 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 282315e1: am 52e19d59: Merge "Change the keep alive time for excess idle...

am 282315e1: am 52e19d59: Merge "Change the keep alive time for excess idle threads." into gingerbread

Merge commit '282315e1'

* commit '282315e1':
  Change the keep alive time for excess idle threads.
parents b3f23da3 282315e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ public abstract class AsyncTask<Params, Progress, Result> {

    private static final int CORE_POOL_SIZE = 5;
    private static final int MAXIMUM_POOL_SIZE = 128;
    private static final int KEEP_ALIVE = 10;
    private static final int KEEP_ALIVE = 1;

    private static final BlockingQueue<Runnable> sWorkQueue =
            new LinkedBlockingQueue<Runnable>(10);