mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 06:38:49 +01:00
Performance Enhancements
This commit is contained in:
parent
904b5bf0f5
commit
3c49e2d0ed
7 changed files with 51 additions and 15 deletions
|
|
@ -88,6 +88,10 @@ Integrations.allow({
|
|||
|
||||
//INTEGRATIONS REST API
|
||||
if (Meteor.isServer) {
|
||||
Meteor.startup(() => {
|
||||
Integrations._collection._ensureIndex({ boardId: 1 });
|
||||
});
|
||||
|
||||
/**
|
||||
* @operation get_all_integrations
|
||||
* @summary Get all integrations in board
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue