Skip to content

Commit

Permalink
Update src/server/pegasus_mutation_duplicator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yingchun Lai <[email protected]>
  • Loading branch information
ninsmiracle and acelyc111 authored Mar 4, 2024
1 parent b26ddc2 commit 5acd593
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/server/pegasus_mutation_duplicator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ 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");
"The maximum piece of request can be add to "
"the duplication batch, 0 means no check");
DSN_TAG_VARIABLE(dup_max_allowed_write_size, FT_MUTABLE);
/// static definition of mutation_duplicator::creator.
Expand Down

0 comments on commit 5acd593

Please sign in to comment.