We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a89255 commit 2dafaceCopy full SHA for 2daface
1 file changed
src/geode/basic/uuid.cpp
@@ -72,7 +72,7 @@ namespace
72
private:
73
// Tuning parameters
74
static constexpr std::uint64_t kMaxDriftMs =
75
- 2000; // Max drift ahead of real time
+ 1000; // Max drift ahead of real time
76
static constexpr unsigned kBackoffThreshold =
77
8; // CAS failures before sleep
78
static constexpr unsigned kBackoffSleepUs = 1; // Initial sleep duration
@@ -323,4 +323,4 @@ namespace std
323
{
324
return absl::HashOf( uuid.bytes_ );
325
}
326
-} // namespace std
+} // namespace std
0 commit comments