Skip to content

Commit 7d60548

Browse files
committed
Set timeout to 30m, refresh at 5m
From discussion with Karla at 4/13 meeting.
1 parent 3401255 commit 7d60548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
app.config["JWT_SECRET_KEY"] = JWT_SECRET
13-
app.config["JWT_MAX_TIMEOUT"] = 7200 #Seconds
13+
app.config["JWT_MAX_TIMEOUT"] = 30*60 #Seconds
1414

1515
# We'll use max for default but can be reduced for testing
1616
app.config["JWT_ACCESS_TOKEN_EXPIRES"] = app.config["JWT_MAX_TIMEOUT"]

0 commit comments

Comments
 (0)