mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Improve wekan performance (checklist collection scan)
This commit is contained in:
parent
cd6317cedb
commit
6ca832c02b
2 changed files with 5 additions and 3 deletions
|
|
@ -414,9 +414,7 @@ if (Meteor.isServer) {
|
|||
_id: 1,
|
||||
'members.userId': 1,
|
||||
}, { unique: true });
|
||||
Boards._collection._ensureIndex({
|
||||
'members.userId': 1,
|
||||
}, { unique: true });
|
||||
Boards._collection._ensureIndex({'members.userId': 1});
|
||||
});
|
||||
|
||||
// Genesis: the first activity of the newly created board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue