release-monitoring: Lower the amount of error threshold
The bug that caused to treat "No new version found" as error is now fixed. So let's set the error threshold to reasonable amount to get rid of projects that aren't working and are not mapped to anything. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
52987bfa73
commit
7814a8a649
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ github_access_token = "{{ github_prod_release_monitoring }}"
|
|||
{% endif %}
|
||||
|
||||
# Error threshold
|
||||
check_error_threshold = 100000
|
||||
check_error_threshold = 100
|
||||
|
||||
# The logging configuration, in dictConfig format.
|
||||
[anitya_log_config]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue