summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildscripts/evergreen_resmoke_job_count.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/evergreen_resmoke_job_count.py b/buildscripts/evergreen_resmoke_job_count.py
index d52471325e1..6f1099c40a9 100644
--- a/buildscripts/evergreen_resmoke_job_count.py
+++ b/buildscripts/evergreen_resmoke_job_count.py
@@ -39,6 +39,7 @@ PLATFORM_TASK_FACTOR_OVERRIDES = {"win32": TASKS_FACTORS, "cygwin": TASKS_FACTOR
# Apply factor for a task everywhere it is run.
GLOBAL_TASK_FACTOR_OVERRIDES = {
+ r"logical_session_cache.*_refresh_jscore_passthrough.*": 0.5,
r"multi_shard_.*multi_stmt_txn_.*jscore_passthrough.*": 0.125,
}