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

Commit 282315e1 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

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

Merge commit '52e19d59' into gingerbread-plus-aosp

* commit '52e19d59':
  Change the keep alive time for excess idle threads.
parents e68f8b7e 52e19d59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,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);