100 -> 15
This commit is contained in:
parent
a1388a8444
commit
5077df2973
1 changed files with 2 additions and 2 deletions
|
@ -642,8 +642,8 @@ export class ApPersonService implements OnModuleInit {
|
|||
await resolver.resolveOrderedCollectionPage(collection.first) :
|
||||
collection;
|
||||
|
||||
// Perform activity but only the first 100 ones
|
||||
await this.apInboxService.performActivity(user, firstPage, 100);
|
||||
// Perform activity but only the first 15 ones
|
||||
await this.apInboxService.performActivity(user, firstPage, 15);
|
||||
}
|
||||
|
||||
@bindThis
|
||||
|
|
Loading…
Reference in a new issue