mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Key queue_to_big
This commit is contained in:
parent
3c174389b6
commit
55957d77b0
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class MailDiagnoser(Diagnoser):
|
|||
yield dict(meta={"test": "mail_queue"},
|
||||
data={'nb_pending': pending_emails},
|
||||
status="WARNING",
|
||||
summary="diagnosis_mail_queue_too_many_pending_emails")
|
||||
summary="diagnosis_mail_queue_too_big")
|
||||
else:
|
||||
yield dict(meta={"test": "mail_queue"},
|
||||
data={'nb_pending': pending_emails},
|
||||
|
|
Loading…
Add table
Reference in a new issue