mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
del log
This commit is contained in:
parent
98366d1ed5
commit
e09ecac7bb
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ export class FanoutTimelineService {
|
||||||
const scanResult = await this.redisForTimelines.scan(cursor, 'MATCH', timeline, 'COUNT', 300);
|
const scanResult = await this.redisForTimelines.scan(cursor, 'MATCH', timeline, 'COUNT', 300);
|
||||||
cursor = scanResult[0];
|
cursor = scanResult[0];
|
||||||
timeLines = timeLines.concat(scanResult[1]);
|
timeLines = timeLines.concat(scanResult[1]);
|
||||||
scanResult[1].forEach(x => console.log(x));
|
|
||||||
} while (cursor !== '0');
|
} while (cursor !== '0');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue