theigl commented on code in PR #573:
URL: https://github.com/apache/wicket/pull/573#discussion_r1162425542
##########
wicket-core/src/main/java/org/apache/wicket/response/StringResponse.java:
##########
@@ -30,6 +30,8 @@
public class StringResponse extends Response
{
+ private static final int DEFAULT_INITIAL_CAPACITY = 128;
Review Comment:
I guess this was chosen more or less arbitrarily. It is difficult to find
the "right" size for these responses. In my app, some responses are 32k. Others
are tiny.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]