CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Bugfix form token memory leak #347

Closed FilipNest closed 7 years ago

FilipNest commented 7 years ago

There's going to be a better solution but this is the easiest one. It reduces the footprint of the token cache to something tiny and clears it after a day once they build up.

I've put in a TODO to improve this in the future to something dynamic.