mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
diagnosis: bump treshold for suspiciously high number of auth failure because too many people getting report about it idk
This commit is contained in:
parent
94346e8892
commit
76abbf03d7
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class BaseSystemDiagnoser(Diagnoser):
|
|||
summary="diagnosis_backports_in_sources_list",
|
||||
)
|
||||
|
||||
if self.number_of_recent_auth_failure() > 500:
|
||||
if self.number_of_recent_auth_failure() > 750:
|
||||
yield dict(
|
||||
meta={"test": "high_number_auth_failure"},
|
||||
status="WARNING",
|
||||
|
|
Loading…
Add table
Reference in a new issue