mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Cache duration
This commit is contained in:
parent
4686673bb5
commit
ed75108142
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,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 = 12 * 3600
|
||||
dependencies = ["ip"]
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue