diff --git a/packages/app/src/Cache/FollowsFeed.ts b/packages/app/src/Cache/FollowsFeed.ts index e01b466a..46e44737 100644 --- a/packages/app/src/Cache/FollowsFeed.ts +++ b/packages/app/src/Cache/FollowsFeed.ts @@ -112,8 +112,8 @@ export class FollowsFeedCache extends RefreshFeedCache { * Backfill cache based on follows list */ async backFillIfMissing(system: SystemInterface, keys: Array) { - if(!this.#oldest) return; - + if (!this.#oldest) return; + const start = unixNowMs(); const everything = await this.table?.toArray(); if ((everything?.length ?? 0) > 0) {