clebertsuconic commented on code in PR #4572:
URL: https://github.com/apache/activemq-artemis/pull/4572#discussion_r1280064266
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/DBOption.java:
##########
@@ -172,7 +183,7 @@ public Object execute(ActionContext context) throws
Exception {
super.execute(context);
if (output != null) {
- fileOutputStream = new FileOutputStream(output);
+ fileOutputStream = new BufferedOutputStream(new
FileOutputStream(output));
Review Comment:
this is the fix for the export ... it would take forever without this..
--
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]