Skip to content

Instantly share code, notes, and snippets.

@taylorstine
Created March 15, 2017 06:59
Show Gist options
  • Save taylorstine/24ec142545685244ac03d5f1a21fc754 to your computer and use it in GitHub Desktop.
Save taylorstine/24ec142545685244ac03d5f1a21fc754 to your computer and use it in GitHub Desktop.
Don't buffer those schemas...
const mySchema = new Schema({
//...
}
}, {bufferCommands: false});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment