change some more comments and revert changes on TableSchema

This commit is contained in:
Trinity Pointard
2021-04-07 13:39:34 +02:00
committed by Alex Auvolat
parent 74373aebcf
commit 2812a027ea
6 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const PARTITION_MASK_U16: u16 = ((1 << PARTITION_BITS) - 1) << (16 - PARTITION_B
/// The maximum number of time an object might get replicated
pub const MAX_REPLICATION: usize = 3;
/// The versionned configurations of all nodes known in the network
/// The user-defined configuration of the cluster's nodes
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct NetworkConfig {
/// Map of each node's id to it's configuration