Skip to content

Commit c3cf77d

Browse files
authored
Bug 1660779 - Prepare feature flag in settings.py
1 parent fb69d86 commit c3cf77d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

treeherder/config/settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,11 @@
461461

462462
# Only generate alerts for data newer than this time in seconds in perfherder
463463
PERFHERDER_ALERTS_MAX_AGE = timedelta(weeks=2)
464+
# From the same job's log, ingest (or not) multiple PERFHERDER_DATA dumps
465+
# pertaining to the same performance signature
466+
PERFHERDER_ENABLE_MULTIDATA_INGESTION = env.bool(
467+
'PERFHERDER_ENABLE_MULTIDATA_INGESTION', default=True
468+
)
464469

465470
# Performance sheriff bot settings
466471
MAX_BACKFILLS_PER_PLATFORM = {

0 commit comments

Comments
 (0)