Skip to content

Commit

Permalink
LDEV-3578 - reduce buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 18, 2024
1 parent 49b84a8 commit 49d7480
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 49d7480

Please sign in to comment.