Skip to content

Commit

Permalink
Merge branch '6.1.0' into 6.1
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
michaeloffner committed Jul 18, 2024
2 parents 0c0f6c3 + 49d7480 commit 2fa1716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
public class CFMLWriterImpl extends CFMLWriter {

private static final int BUFFER_SIZE = 100000;
private static final int BUFFER_SIZE = 10000;
// private static final String VERSIONj = Info.getVersionAsString();
private OutputStream out;
private HttpServletResponse response;
Expand Down

0 comments on commit 2fa1716

Please sign in to comment.