Skip to content

Commit f1297a7

Browse files
authored
chore(perf-issues): Raise depth scan mn+1 experiment rollout (#92144)
Increase rollout for MN+1, planning on merging tomorrow morning EST to monitor over the course of the day. Expecting acceptable latency increases
1 parent 6a9ab21 commit f1297a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/options/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@
16761676
)
16771677
register(
16781678
"performance.issues.experimental_m_n_plus_one_db_queries.problem-creation",
1679-
default=0.25,
1679+
default=1.0,
16801680
flags=FLAG_AUTOMATOR_MODIFIABLE,
16811681
)
16821682
register(

0 commit comments

Comments
 (0)