0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-19376 Make SpiderMonkey the default JS Engine

This commit is contained in:
Jason Carey 2015-07-21 11:24:29 -04:00
parent 2299f6b807
commit 2a6a8f7cf3

View File

@ -217,7 +217,7 @@ add_option('wiredtiger',
js_engine_choices = ['v8-3.12', 'v8-3.25', 'mozjs', 'none']
add_option('js-engine',
choices=js_engine_choices,
default=js_engine_choices[0],
default=js_engine_choices[2],
help='JavaScript scripting engine implementation',
type='choice',
)