We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9762102 + a2ad656 commit 8fb6232Copy full SHA for 8fb6232
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