diff --git a/server/index.ts b/server/index.ts index 4ccc6fed1..965903618 100644 --- a/server/index.ts +++ b/server/index.ts @@ -175,7 +175,7 @@ app }, store: new TypeormStore({ cleanupLimit: 2, - ttl: 1000 * 60 * 60 * 24 * 30, + ttl: 60 * 60 * 24 * 30, }).connect(sessionRespository) as Store, }) );