mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-03 13:53:19 +09:00
del log
This commit is contained in:
parent
98366d1ed5
commit
e09ecac7bb
@ -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 New Issue
Block a user