From 55aac0e164a6095efcee9311ac5c9e41e4ee3114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 4 Sep 2015 14:04:16 +0200 Subject: [PATCH] =?UTF-8?q?Change=20la=20p=C3=A9riode=20d'inactivit=C3=A9?= =?UTF-8?q?=20minimale=20pour=20que=20le=20cleanup=20marche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/menage/old_wifi_machines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/menage/old_wifi_machines.py b/gestion/menage/old_wifi_machines.py index ff6d763f..935eba0a 100755 --- a/gestion/menage/old_wifi_machines.py +++ b/gestion/menage/old_wifi_machines.py @@ -84,4 +84,4 @@ def file_list(num): for last in xrange(1, num): yield "%s.%d.gz" % (base, last) -do_cleanup(31*3) +do_cleanup(31*2)