mirror of
https://github.com/friendica/friendica
synced 2025-04-30 11:04:29 +02:00
Retrial counter for the inbox queue
This commit is contained in:
parent
cd8189e859
commit
a433a4623a
7 changed files with 57 additions and 50 deletions
|
@ -92,9 +92,6 @@ class Cron
|
|||
Tag::setLocalTrendingHashtags(24, 20);
|
||||
Tag::setGlobalTrendingHashtags(24, 20);
|
||||
|
||||
// Remove old pending posts from the queue
|
||||
Queue::clear();
|
||||
|
||||
// Process all unprocessed entries
|
||||
Queue::processAll();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue