mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Reduce video comment sql query size
This commit is contained in:
parent
2e556debca
commit
443358ccce
10 changed files with 55 additions and 15 deletions
|
@ -64,7 +64,7 @@ function inboxController (req: express.Request, res: express.Response) {
|
|||
}
|
||||
|
||||
// Only keep activities we are able to process
|
||||
logger.debug('Filtering %d activities...', activities.length)
|
||||
logger.debug('Filtering %d activities...', activities.length, { activities })
|
||||
activities = activities.filter(a => isActivityValid(a))
|
||||
logger.debug('We keep %d activities.', activities.length, { activities })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue