Skip to content

Commit

Permalink
perf(store): disable adaptive indices for node index (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjvedvik committed Jun 5, 2020
1 parent 4f8ed20 commit 52f90e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gridsome/lib/store/NodeIndex.js
Expand Up @@ -14,7 +14,8 @@ class NodeIndex {
this.index = new Collection('NodeIndex', {
indices: ['typeName', 'id'],
unique: ['uid'],
disableMeta: true
disableMeta: true,
adaptiveBinaryIndices: false
})
}

Expand Down

0 comments on commit 52f90e4

Please sign in to comment.