From fe90d6be7bd58b118010992f83699df6f82a723d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 8 Jan 2014 18:23:47 +1300 Subject: [PATCH] bump dead host time to 3 weeks --- mail-dead-hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-dead-hosts.py b/mail-dead-hosts.py index fada47ee..56ca8115 100755 --- a/mail-dead-hosts.py +++ b/mail-dead-hosts.py @@ -33,7 +33,7 @@ buildfarm = BuildFarm(timeout=40.0) smtp = smtplib.SMTP() smtp.connect() -hosts = buildfarm.hostdb.dead_hosts(7 * 86400) +hosts = buildfarm.hostdb.dead_hosts(21 * 86400) for host in hosts: if host.last_update: last_update = time.strftime("%a %b %e %H:%M:%S %Y", time.gmtime(host.last_update)) -- 2.34.1