From 01857dce6246d3ce8ad32d18da06a1ec16dc8cbf Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 17 Apr 2010 17:14:44 +0200 Subject: [PATCH] Cambiata la durata dei dati. --- phcstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phcstats.py b/phcstats.py index 75ce2e8..f27ed5f 100755 --- a/phcstats.py +++ b/phcstats.py @@ -9,7 +9,7 @@ from optparse import OptionParser # Qualche variabile globale database_directory = '/home/robol/client_stats/' # Il traling slash ci serve -max_time = 86400 * 10 # 10 giorni +max_time = 86400 * 10 / 3 / 60 # 10 giorni group = '/etc/dsh/group/all' def LoadClients(): -- 2.1.4