From f28c9ae04c1a10811cf314b5aa0d110684a14626 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 7 May 2021 09:41:47 -0400 Subject: [PATCH] docs: Add unit and semantic information about the process clock --- server/src/db.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/db.rs b/server/src/db.rs index ef1fff23b8..f77da05e58 100644 --- a/server/src/db.rs +++ b/server/src/db.rs @@ -303,6 +303,8 @@ pub struct Db { system_tables: Arc, /// Process clock used in establishing a partial ordering of operations via a Lamport Clock. + /// + /// Value is nanoseconds since the Unix Epoch. process_clock: Arc>, /// Number of iterations of the worker loop for this Db