Prune.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Dec 2015 08:57:37 +0000 (16:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Dec 2015 08:57:37 +0000 (16:57 +0800)
Prune.php

index 0c94d7c..a63daac 100644 (file)
--- 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')) {