Mrtenz / typeorm-store

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

Wrong units in documentation #17

Closed gsusmonzon closed 2 years ago

gsusmonzon commented 2 years ago

Hello,

the documentation (README) says that ttl configuration is in millisecods. However looking at the code, it expects seconds. The undocumented expirationInterval also expects 'seconds'.

This is just to prevent others to make the mistake i did.


BTW: Thanks @Mrtenz for writting this!

Mrtenz commented 2 years ago

Sorry for the delay. Just fixed this!