Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False warning re MemoryStore when using connect-mongo #52

Closed
Ziink opened this issue Nov 16, 2012 · 1 comment
Closed

False warning re MemoryStore when using connect-mongo #52

Ziink opened this issue Nov 16, 2012 · 1 comment

Comments

@Ziink
Copy link

Ziink commented Nov 16, 2012

Set NODE_ENV=production in chat example and you get the warning:

Warning: connection.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.

Racer patches the memory store to redirect to a persistent store, yet 'connect' gives the above warning.

The easiest fix might be to check for the persistent store and alert user to ignore the following warning.

@nateps
Copy link
Contributor

nateps commented Jun 4, 2013

No longer relevant in 0.5

@nateps nateps closed this as completed Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants