Skip to content

Commit

Permalink
CHange session time
Browse files Browse the repository at this point in the history
  • Loading branch information
thesantatitan committed Nov 11, 2021
1 parent 14e4521 commit 347fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ app.use(
resave: false,
saveUninitialized: false,
store: new PrismaSessionStore(prisma, {
checkPeriod: 24 * 60 * 60 * 1000,
checkPeriod: 60 * 60 * 1000,
dbRecordIdIsSessionId: true,
}),
})
Expand Down

0 comments on commit 347fd26

Please sign in to comment.