Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(search): 🐛 remove async search worker
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Aug 12, 2020
1 parent 7c259ba commit e7dd75f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ module.exports = {
tokenize: "full",
threshold: 2,
resolution: 30,
depth: 20,
async: true,
worker: 5
depth: 20
},
pagination: {
enabled: true,
Expand Down

0 comments on commit e7dd75f

Please sign in to comment.