From 7dbbecb223e35b5009a0c5d12d96053eea69337b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 25 Jul 2017 11:46:30 +0800 Subject: [PATCH] Prune.php --- Prune.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(" -- 2.39.2