Skip to content

Instantly share code, notes, and snippets.

@henryboldi
Created May 13, 2014 04:35
Show Gist options
  • Save henryboldi/7cc323217e9014022022 to your computer and use it in GitHub Desktop.
Save henryboldi/7cc323217e9014022022 to your computer and use it in GitHub Desktop.
Warning: connection.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
One of your models (Comment) doesn't have a connection.
Do you have a default `connection` in your `config/models.js` file?
Warning: connection.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
One of your models (Comment) doesn't have a connection.
Do you have a default `connection` in your `config/models.js` file?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment