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

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

am 8fb62329: Merge "Increase the Message pool size" into jb-dev

* commit '8fb62329':
  Increase the Message pool size
parents 4ffd4b88 8fb62329
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public final class Message implements Parcelable {
    private static Message sPool;
    private static int sPoolSize = 0;

    private static final int MAX_POOL_SIZE = 10;
    private static final int MAX_POOL_SIZE = 50;

    /**
     * Return a new Message instance from the global pool. Allows us to