continue supporting multi_dc as a hidden option

This commit is contained in:
Evan Tschannen 2018-04-10 15:59:15 -07:00
parent b46c32535c
commit 528caeb196
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ std::map<std::string, std::string> configForToken( std::string const& mode ) {
redundancy="3";
log_replicas="3";
storagePolicy = tLogPolicy = IRepPolicyRef(new PolicyAcross(3, "zoneid", IRepPolicyRef(new PolicyOne())));
} else if(mode == "three_datacenter") {
} else if(mode == "three_datacenter" || mode == "multi_dc") {
redundancy="6";
log_replicas="4";
storagePolicy = IRepPolicyRef(new PolicyAcross(3, "dcid",