mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 16:56:11 +01:00
Performance Enhancements
This commit is contained in:
parent
904b5bf0f5
commit
3c49e2d0ed
7 changed files with 51 additions and 15 deletions
|
|
@ -189,6 +189,7 @@ function publishChekListUncompleted(userId, doc){
|
|||
if (Meteor.isServer) {
|
||||
Meteor.startup(() => {
|
||||
ChecklistItems._collection._ensureIndex({ checklistId: 1 });
|
||||
ChecklistItems._collection._ensureIndex({ cardId: 1 });
|
||||
});
|
||||
|
||||
ChecklistItems.after.update((userId, doc, fieldNames) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue