mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Fix: Frequent Subscriptions problem that make Excessive CPU usage.
Thanks to mfshiu ! Closes #1096, Closes wekan/wekan-mongodb#2
This commit is contained in:
parent
c609096700
commit
7e4b42e9b3
3 changed files with 11 additions and 7 deletions
|
|
@ -1,7 +1,3 @@
|
|||
Meteor.subscribe('boards');
|
||||
Meteor.subscribe('setting');
|
||||
Meteor.subscribe('user-admin');
|
||||
|
||||
BlazeLayout.setRoot('body');
|
||||
|
||||
const i18nTagToT9n = (i18nTag) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue