Skip to content

Commit

Permalink
Update src/meta/duplication/duplication_info.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yingchun Lai <[email protected]>
  • Loading branch information
empiredan and acelyc111 authored Dec 2, 2024
1 parent d4d665b commit 36f19a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/duplication/duplication_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DSN_DEFINE_uint64(replication,

DSN_DEFINE_uint64(replication,
dup_progress_min_report_period_ms,
static_cast<uint64_t>(5) * 60 * 1000,
5ULL * 60 * 1000,
"The minimum period in milliseconds that progress of duplication is reported");

namespace dsn::replication {
Expand Down

0 comments on commit 36f19a0

Please sign in to comment.