summaryrefslogtreecommitdiff
path: root/lib/queuehandler.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-27 20:26:10 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-27 20:26:10 -0400
commit9cdb33ac0e79ce386dc7ab822755c5ef7080f3be (patch)
treea56e86ca4a88df2822691885c74d364d96ba2fdf /lib/queuehandler.php
parent2be3be1c290b7337cd39a99430dc112ad2827355 (diff)
don't clear claims immediately
darcs-hash:20080828002610-84dde-d9cb46cb08ac50b8efbdf5683baeb2de168fc4b1.gz
Diffstat (limited to 'lib/queuehandler.php')
-rw-r--r--lib/queuehandler.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/queuehandler.php b/lib/queuehandler.php
index f12b880b1..747e7b493 100644
--- a/lib/queuehandler.php
+++ b/lib/queuehandler.php
@@ -56,7 +56,6 @@ class QueueHandler {
}
function handle_queue() {
- $this->clear_old_claims();
$this->log(LOG_INFO, 'checking for queued notices');
$cnt = 0;
$transport = $this->transport();