mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Let's cache mail diagnosis with a duration similar to other checks...
This commit is contained in:
parent
7818eb3946
commit
8aced5b4ce
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DEFAULT_DNS_BLACKLIST = "/usr/share/yunohost/other/dnsbl_list.yml"
|
|||
class MailDiagnoser(Diagnoser):
|
||||
|
||||
id_ = os.path.splitext(os.path.basename(__file__))[0].split("-")[1]
|
||||
cache_duration = 0
|
||||
cache_duration = 600
|
||||
dependencies = ["ip"]
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue