Web-Multi-Media / multi-web-audio-sequencer

Web collaborative step sequencer
https://labs.freesound.org/sequencer
GNU General Public License v3.0
10 stars 2 forks source link

Using session MemoryStore in production #41

Open xavierfav opened 6 years ago

xavierfav commented 6 years ago

When running the app on production with NODE_ENV set to production, we get this warning:

Warning: connection.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and obviously only work within a single `process.`

There are several options to face this issue, see for instance here.