Skip to content

Commit

Permalink
Lengthen view maintainer interval (#1775)
Browse files Browse the repository at this point in the history
* lengthen view maintainer interval

* dont build branch
  • Loading branch information
dholms authored Oct 26, 2023
1 parent 0587ad1 commit 22622dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bsky/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const main = async () => {
schema: env.dbPostgresSchema,
poolSize: 2,
})
const viewMaintainer = new ViewMaintainer(migrateDb)
const viewMaintainer = new ViewMaintainer(migrateDb, 1800)
const viewMaintainerRunning = viewMaintainer.run()

const periodicModerationActionReversal = new PeriodicModerationActionReversal(
Expand Down

0 comments on commit 22622dc

Please sign in to comment.