Skip to content

Commit

Permalink
[fix][coordinator] Fix tso physical comment typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Ketor <[email protected]>
  • Loading branch information
ketor authored and rock-git committed Jul 2, 2024
1 parent 8c1daaf commit be6e1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coordinator/tso_control.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace dingodb {
constexpr int64_t kUpdateTimestampIntervalMs = 50LL; // 50ms
constexpr int64_t kUpdateTimestampGuardMs = 1LL; // 1ms
constexpr int64_t kSaveIntervalMs = 3000LL; // 3000ms
constexpr int64_t kBaseTimestampMs = 1577808000000LL; // 2020-01-01 12:00:00
constexpr int64_t kBaseTimestampMs = 1577808000000LL; // 2020-01-01 00:00:00
constexpr int kLogicalBits = 18;
constexpr int64_t kMaxLogical = 1 << kLogicalBits;

Expand Down

0 comments on commit be6e1c8

Please sign in to comment.