diff --git a/src/utils/session.ts b/src/utils/session.ts index d8b10fd2c..048c7229a 100644 --- a/src/utils/session.ts +++ b/src/utils/session.ts @@ -32,7 +32,6 @@ export function setupSessionMiddleware( saveUninitialized: false, store: new TypeormStore({ cleanupLimit: 2, - ttl: 86400, }).connect(app.get>(getRepositoryToken(Session))), }), );