We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f59e5c commit a2ad656Copy full SHA for a2ad656
core/java/android/os/Message.java
@@ -97,8 +97,8 @@ public final class Message implements Parcelable {
97
private static Message sPool;
98
private static int sPoolSize = 0;
99
100
- private static final int MAX_POOL_SIZE = 10;
101
-
+ private static final int MAX_POOL_SIZE = 50;
+
102
/**
103
* Return a new Message instance from the global pool. Allows us to
104
* avoid allocating new objects in many cases.
0 commit comments