Formatting
This commit is contained in:
parent
0f635ec877
commit
65861d30a2
@ -112,8 +112,8 @@ export class FollowsFeedCache extends RefreshFeedCache<TaggedNostrEvent> {
|
|||||||
* Backfill cache based on follows list
|
* Backfill cache based on follows list
|
||||||
*/
|
*/
|
||||||
async backFillIfMissing(system: SystemInterface, keys: Array<string>) {
|
async backFillIfMissing(system: SystemInterface, keys: Array<string>) {
|
||||||
if(!this.#oldest) return;
|
if (!this.#oldest) return;
|
||||||
|
|
||||||
const start = unixNowMs();
|
const start = unixNowMs();
|
||||||
const everything = await this.table?.toArray();
|
const everything = await this.table?.toArray();
|
||||||
if ((everything?.length ?? 0) > 0) {
|
if ((everything?.length ?? 0) > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user