Skip to content

Commit

Permalink
fix: Lengthen IESG dashboard trend period to 120 days
Browse files Browse the repository at this point in the history
Fixes #4450
  • Loading branch information
larseggert committed Mar 25, 2023
1 parent 1425c15 commit 2e98e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/doc/views_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def ad_dashboard_sort_key(doc):


def ad_workload(request):
delta = datetime.timedelta(days=30)
delta = datetime.timedelta(days=120)
right_now = timezone.now()

ads = []
Expand Down

0 comments on commit 2e98e55

Please sign in to comment.