Ability to have custom timeouts in request strategy (not used)

This commit is contained in:
Alex Auvolat
2022-09-20 16:01:41 +02:00
parent 357b72f4ff
commit ded444f6c9
3 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ pub fn make_node_id(node_id: Uuid) -> K2VNodeId {
u64::from_be_bytes(tmp)
}
#[derive(PartialEq, Debug, Serialize, Deserialize)]
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize)]
pub struct CausalContext {
pub vector_clock: BTreeMap<K2VNodeId, u64>,
}