mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:50:11 +00:00
Dynamic priority handling
This commit is contained in:
parent
6a8c85fac4
commit
f4a71b76dd
2 changed files with 7 additions and 3 deletions
|
@ -35,7 +35,7 @@ class Queue
|
|||
logger('filling queue jobs - start');
|
||||
|
||||
// Handling the pubsubhubbub requests
|
||||
PushSubscriber::publishFeed(PRIORITY_LOW);
|
||||
PushSubscriber::publishFeed();
|
||||
|
||||
$r = dba::inArray(dba::p("SELECT `id` FROM `queue` WHERE `next` < UTC_TIMESTAMP() ORDER BY `batch`, `cid`"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue