Meteor-Community-Packages/meteor-schema-index

Allow disabling of indexing with an environment variable or Meteor.setting

juho opened this issue · 0 comments

juho commented

Leaving the indexing on with a lot of schemas starts to take dozens of seconds for startup time. We ended up hacking it with a Meteor.settings variable from a fork, but it'd be cool to have the possiblity not to run the indexing.