0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-15031 Use new replication implementation by default

This commit is contained in:
Spencer T Brody 2014-10-17 11:18:23 -04:00
parent 75734d035f
commit 4f4a700428

View File

@ -232,7 +232,7 @@ add_option( "ssl-fips-capability", "Enable the ability to activate FIPS 140-2 mo
add_option( "rocksdb" , "Enable RocksDB" , 0 , False )
add_option( "replication-implementation",
"Controls what implementation is used for the replication system", "?", False,
type="choice", choices=["impl", "legacy"], const="legacy", default="legacy" )
type="choice", choices=["impl", "legacy"], const="impl", default="impl" )
# library choices
js_engine_choices = ['v8-3.12', 'v8-3.25', 'none']