Skip to content

Commit

Permalink
Bug 1660779 - Prepare feature flag in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutgoldan authored Sep 7, 2020
1 parent fb69d86 commit c3cf77d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions treeherder/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,11 @@

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

# Performance sheriff bot settings
MAX_BACKFILLS_PER_PLATFORM = {
Expand Down

0 comments on commit c3cf77d

Please sign in to comment.