]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/activitypub/actor-follow.ts
Avoid too many requests and fetching outbox
[github/Chocobozzz/PeerTube.git] / server / models / activitypub / actor-follow.ts
index ced48154705187f57271454407e817c37edd9367..416496607f9e4ba30141561ac804c55efb6f43ff 100644 (file)
@@ -375,7 +375,8 @@ export class ActorFollowModel extends Model<ActorFollowModel> {
         score: {
           [Sequelize.Op.lte]: 0
         }
-      }
+      },
+      logger: false
     }
 
     return ActorFollowModel.findAll(query)