mirror of
https://github.com/friendica/friendica
synced 2025-04-30 03:44:24 +02:00
Merge remote-tracking branch 'upstream/2019.09-rc' into performance
This commit is contained in:
commit
33006d8455
9 changed files with 3716 additions and 3554 deletions
|
@ -111,7 +111,7 @@ class ItemDeliveryData
|
|||
* @return bool
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function incrementQueueCount($item_id, $increment)
|
||||
public static function incrementQueueCount(int $item_id, int $increment = 1)
|
||||
{
|
||||
return DBA::e('UPDATE `item-delivery-data` SET `queue_count` = `queue_count` + ? WHERE `iid` = ?', $increment, $item_id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue