Meteor-Community-Packages/meteor-roles
Vedi su GitHubAdd ability to disable the roles subscription
Open
#256 aperta il 2 nov 2017
enhancementhelp wanted
Metriche repository
- Star
- (919 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Currently every user who visits the site creates a subscription to the roles collection. However, this is a waste since we never update that collection, thus it would be better to just embed the list of roles into the source code. I wish we could disable this subscription globally, or make it use a "virtual collection" of some sort that doesn't have any server overhead. Any idea how this could be done?