Skip to content

Commit

Permalink
changing the default value by dcritch recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrnull committed Jun 14, 2024
1 parent aa87dfb commit 7449903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/t5gweb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def set_defaults():
defaults["slack_channel"] = ""
defaults["max_jira_results"] = 1000
defaults["max_portal_results"] = 5000
defaults["sla_settings"] = ""
defaults["sla_settings"] = {"days": {"Urgent": 14,"High": 20,"Normal": 90,"Low": 180},"partners": []}
return defaults


Expand Down

0 comments on commit 7449903

Please sign in to comment.