From 1074cac0946748a8ff1b3d355896fe1befab3c88 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 5 Mar 2013 15:17:48 +0100 Subject: [PATCH] [surveillance/maintenance.sql] On ne remplit plus la table p2p, donc il est inutile de s'alarmer si elle est vide. --- surveillance/maintenance.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/surveillance/maintenance.sql b/surveillance/maintenance.sql index b520a9bf..89c69fcb 100644 --- a/surveillance/maintenance.sql +++ b/surveillance/maintenance.sql @@ -7,7 +7,6 @@ DELETE FROM upload where date< timestamp 'now' - interval '2 days'; -- On ne blackliste plus pour virus, on droppe seulement -- DELETE FROM virus where date< timestamp 'now' - interval '2 days'; DELETE FROM flood where date< timestamp 'now' - interval '2 days'; -DELETE FROM p2p where date< timestamp 'now' - interval '2 days'; -- suppression complète des entrées VACUUM;