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 4004823845e..729be502a8f 100644
--- a/buildscripts/resmokelib/config.py
+++ b/buildscripts/resmokelib/config.py
@@ -55,6 +55,7 @@ DEFAULTS = {
"dry_run": None,
"exclude_with_any_tags": None,
"flow_control": None,
+ "flow_control_tickets": None,
"genny_executable": None,
"include_with_any_tags": None,
"jobs": 1,
@@ -377,6 +378,9 @@ MAJORITY_READ_CONCERN = None
# None, the server's default will determine whether flow control is enabled.
FLOW_CONTROL = None
+# If set, it ensures Flow Control only ever assigns this number of tickets in one second.
+FLOW_CONTROL_TICKETS = 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