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

Commit 52e19d59 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Change the keep alive time for excess idle threads." into gingerbread

parents 405d4db5 6b424f47
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);