Skip to content

Commit 4fe29fd

Browse files
committed
update comment to clarify milliseconds
1 parent e0587bc commit 4fe29fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ app.use(
9595
cookie: {
9696
httpOnly: true,
9797
secure: false,
98-
maxAge: 1000 * 60 * 60 * 24 * 28 // 4 weeks
98+
maxAge: 1000 * 60 * 60 * 24 * 28 // 4 weeks in milliseconds
9999
},
100100
store: new MongoStore({
101101
clientPromise,

0 commit comments

Comments
 (0)