acelyc111 commented on code in PR #1841:
URL:
https://github.com/apache/incubator-pegasus/pull/1841#discussion_r1508562253
##########
src/server/pegasus_mutation_duplicator.cpp:
##########
@@ -63,6 +64,14 @@ namespace dsn {
namespace replication {
struct replica_base;
+DSN_DEFINE_uint64(replication,
+ dup_max_allowed_write_size,
+ 1 << 20,
+ "the send operation of duplication exceed this "
+ "threshold will not be combine, "
+ "default is 1MB, 0 means no check");
Review Comment:
```suggestion
"The maximum piece of request can be add to "
"the duplication batch, 0 means no check");
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]