Skip to content

Commit

Permalink
Remove not existing method call
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Jan 25, 2024
1 parent 1950d19 commit 17c6d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ processor.run(new TypeormDatabase({ isolationLevel: 'READ COMMITTED' }), async (
await commentCountersManager.updateVideoCommentsCounters(em, true)
await commentCountersManager.updateParentRepliesCounters(em, true)
await videoRelevanceManager.updateVideoRelevanceValue(em, true)
recommendationServiceManager.setMaxVideoQueueSize(100)
recommendationServiceManager.initBatchLoop()
ctx.log.info(`Offchain state successfully imported!`)
}
Expand Down

0 comments on commit 17c6d6e

Please sign in to comment.