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:
parent
75734d035f
commit
4f4a700428
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user