Mrtenz / typeorm-store

A TypeORM-based store for express-session.
MIT License
16 stars 12 forks source link

interval in seconds, setInterval(...) expects ms #4

Closed tlamarre91 closed 3 years ago

tlamarre91 commented 4 years ago

Thanks for providing this code. Noticed a small bug that causes clearExpiredSessions to be called 1000x more often than intended. Hope this helps.

RoccoC commented 3 years ago

Got bit by this today! :)

Mrtenz commented 3 years ago

Sorry for the delay on this! I don't have a lot of time to actively maintain this library, so your contribution is very much appreciated. Thank you for the reminder @RoccoC!

Mrtenz commented 3 years ago

Deployed to npm as typeorm-store@2.0.0 since this is a breaking change.