This commit is contained in:
2025-11-09 12:51:51 +01:00
parent 739d6a7aee
commit a2e949e5e4
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -826,7 +826,7 @@ int metadata_server_init(MetadataServer *state, int argc, char **argv, void **co
return -1;
state->trace = trace;
state->replication_factor = 3;
state->replication_factor = 3; // TODO: what about the REPLICATION_FACTOR macro?
if (state->replication_factor > MAX_CHUNK_SERVERS)
return -1;