From 48e0efff035d62208c066b65da9585fc207fed24 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Dec 2015 16:57:37 +0800 Subject: [PATCH] Prune.php --- Prune.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Prune.php b/Prune.php index 0c94d7cf..a63daac8 100644 --- a/Prune.php +++ b/Prune.php @@ -65,6 +65,11 @@ class Pman_Core_Prune extends Pman LIMIT 100000 "); + // rather than deleting them all, it's probably best to just delete notify events that occured to often. + // eg. when we tried to deliver multiple times without success... + + + // pruning is for our press project - so we do not clean up dependant tables at present.. if (function_exists('posix_getpwuid')) { -- 2.39.2