summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r--buildscripts/resmokelib/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py
index 7705682cce1..bc245b2e682 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -54,6 +54,7 @@ DEFAULTS = {
"dbtest_executable": None,
"dry_run": None,
"exclude_with_any_tags": None,
+ "flow_control": None,
"genny_executable": None,
"include_with_any_tags": None,
"jobs": 1,
@@ -372,6 +373,9 @@ STAGGER_JOBS = None
# If set to true, it enables read concern majority. Else, read concern majority is disabled.
MAJORITY_READ_CONCERN = None
+# If set to true, it enables flow control. Else, flow control is disabled.
+FLOW_CONTROL = None
+
# If set, then all mongod's started by resmoke.py and by the mongo shell will use the specified
# storage engine.
STORAGE_ENGINE = None