From: Alan Knowles Date: Tue, 25 Jul 2017 03:46:30 +0000 (+0800) Subject: Prune.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7dbbecb223e35b5009a0c5d12d96053eea69337b Prune.php --- diff --git a/Prune.php b/Prune.php index 7b01c9fd..3d770208 100644 --- a/Prune.php +++ b/Prune.php @@ -48,6 +48,7 @@ class Pman_Core_Prune extends Pman { // 40 seconds ? to delete 100K records.. // DB_DataObject::debugLevel(1); + /* $f = DB_DataObject::Factory('Events'); $f->query(" DELETE FROM Events where @@ -56,7 +57,7 @@ class Pman_Core_Prune extends Pman action != 'NOTIFY' LIMIT 100000 "); - + */ // notificication events occur alot - so we should trash them more frequently.. /* $f = DB_DataObject::Factory('reader_article'); $f->query("