Skip to content

Commit

Permalink
change how many times the check for the followed list entries happens
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Feb 11, 2024
1 parent ad0b542 commit b44bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page-activity-indicator/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class PageActivityIndicatorBackground {
async setup(): Promise<void> {
await this.deps.jobScheduler.scheduleJob({
name: PERIODIC_SYNC_JOB_NAME,
periodInMinutes: 2,
periodInMinutes: 20,
job: this.syncFollowedListEntriesWithNewActivity,
})
}
Expand Down

0 comments on commit b44bb93

Please sign in to comment.