[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -283,7 +283,7 @@ void calculate_and_print_max_min_average(const vector<int64_t> &leader_takeover_
// int64_t min = INT64_MAX, max = 0, average = 0;
// calculate_and_print_max_min_average(leader_takeover_time, disconnect_leader_time,
// min, max, average);
// // see: https://yuque.antfin.com/ob/transaction/auf9pn
// // see:
// int64_t expected_min = 4 * MAX_TST + 3 * MSG_DELAY - (0.5 * MAX_TST - MSG_DELAY);
// int64_t expected_max = 4 * (MAX_TST + MSG_DELAY);
// int64_t expected_average = 4 * MAX_TST + 3.5 * MSG_DELAY - 0.5 * (0.5 * MAX_TST - MSG_DELAY);
@ -347,7 +347,7 @@ void calculate_and_print_max_min_average(const vector<int64_t> &leader_takeover_
// int64_t min = INT64_MAX, max = 0, average = 0;
// calculate_and_print_max_min_average(leader_takeover_time, disconnect_leader_time,
// min, max, average);
// // see: https://yuque.antfin.com/ob/transaction/auf9pn
// // see:
// int64_t expected_min = 4 * MAX_TST + 3 * MSG_DELAY - (0.5 * MAX_TST - MSG_DELAY);
// int64_t expected_max = 4 * (MAX_TST + MSG_DELAY);
// int64_t expected_average = 4 * MAX_TST + 3.5 * MSG_DELAY - 0.5 * (0.5 * MAX_TST - MSG_DELAY);