100 -> 15

This commit is contained in:
tamaina 2023-07-07 05:02:28 +00:00
parent a1388a8444
commit 5077df2973

View file

@ -642,8 +642,8 @@ export class ApPersonService implements OnModuleInit {
await resolver.resolveOrderedCollectionPage(collection.first) : await resolver.resolveOrderedCollectionPage(collection.first) :
collection; collection;
// Perform activity but only the first 100 ones // Perform activity but only the first 15 ones
await this.apInboxService.performActivity(user, firstPage, 100); await this.apInboxService.performActivity(user, firstPage, 15);
} }
@bindThis @bindThis