Skip to content

Commit

Permalink
Remove deprecated mongo index background.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jan 4, 2023
1 parent fc725b9 commit 322df35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ bedrock.events.on('bedrock-mongodb.ready', async () => {
fields: {'entity.expires': 1},
options: {
unique: false,
background: false,
expireAfterSeconds: 0
}
}]);
Expand Down

0 comments on commit 322df35

Please sign in to comment.