mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 07:16:44 -06:00
fix
This commit is contained in:
parent
9c8ccb76d2
commit
70b525ef15
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export class Resolver {
|
|||
private apRendererService: ApRendererService,
|
||||
private apDbResolverService: ApDbResolverService,
|
||||
private loggerService: LoggerService,
|
||||
private recursionLimit = 100,
|
||||
private recursionLimit = 50,
|
||||
) {
|
||||
this.history = new Set();
|
||||
this.logger = this.loggerService.getLogger('ap-resolve');
|
||||
|
|
Loading…
Reference in a new issue