ibessonov commented on code in PR #2758:
URL: https://github.com/apache/ignite-3/pull/2758#discussion_r1377140791
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/storage/logit/option/StoreOptions.java:
##########
@@ -27,13 +27,13 @@ public class StoreOptions {
private static final String storagePath = "localLog";
- // Default is 0.5G
- private int segmentFileSize = 1024 * 1024 *
512;
+ // Default is 64Mb.
Review Comment:
I made it equal to defaults in Ignite 2. I'll mention that in the comment as
well
--
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]