#170 release-monitoring: Rise the deletetion threshold
Merged 3 years ago by zlopez. Opened 3 years ago by zlopez.
Unknown source anitya_threshold  into  master

@@ -65,7 +65,7 @@

  {% endif %}

  

  # Error threshold

- check_error_threshold = 100

+ check_error_threshold = 100000

  

  # The logging configuration, in dictConfig format.

  [anitya_log_config]

This will prevent deletion of the projects till
https://github.com/fedora-infra/anitya/issues/929 is fixed.

The current threshold will take approximatelly 10 years to reach for
project that is constantly failing when retrieving new version.

Signed-off-by: Michal Konečný mkonecny@redhat.com

Pull-Request has been merged by zlopez

3 years ago