标签: meteor
我在Meteor中遇到此错误: Exception in setTimeout callback: MongoError: cursor killed or timed out
Exception in setTimeout callback: MongoError: cursor killed or timed out
根据答案: Node.js + MongoDB : MongoError: cursor killed or timed out
我可以设置timeout: false以在使用MongoDB shell时阻止这种情况发生,但我如何在Meteor中执行此操作?
timeout: false