Skip to content

Commit

Permalink
Fix #677: Add --wiredTigerEngineConfigString as an undocumented mongo…
Browse files Browse the repository at this point in the history
…d param
  • Loading branch information
stennie committed Dec 24, 2018
1 parent d68a595 commit bff267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtools/mlaunch/mlaunch.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def shutdown_host(port, username=None, password=None, authdb=None):


class MLaunchTool(BaseCmdLineTool):
UNDOCUMENTED_MONGOD_ARGS = ['--nopreallocj']
UNDOCUMENTED_MONGOD_ARGS = ['--nopreallocj', '--wiredTigerEngineConfigString']
UNSUPPORTED_MONGOS_ARGS = ['--wiredTigerCacheSizeGB']

def __init__(self, test=False):
Expand Down

0 comments on commit bff267d

Please sign in to comment.