我如何告诉 Meteor 停止发布对集合的更改(片刻)?另外如何告诉它恢复并且集合改变了?
基本上(在服务器上):
People = new Meteor.Collection("people")
insertPeople = ->
// Don't notify clients of the following changes
// Insert a bunch of people into the People collection
// Resume notifications