Skip to content

Commit 2daface

Browse files
authored
revert
1 parent 7a89255 commit 2daface

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/geode/basic/uuid.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace
7272
private:
7373
// Tuning parameters
7474
static constexpr std::uint64_t kMaxDriftMs =
75-
2000; // Max drift ahead of real time
75+
1000; // Max drift ahead of real time
7676
static constexpr unsigned kBackoffThreshold =
7777
8; // CAS failures before sleep
7878
static constexpr unsigned kBackoffSleepUs = 1; // Initial sleep duration
@@ -323,4 +323,4 @@ namespace std
323323
{
324324
return absl::HashOf( uuid.bytes_ );
325325
}
326-
} // namespace std
326+
} // namespace std

0 commit comments

Comments
 (0)