Skip to content

Commit e0916ed

Browse files
committed
settings change
1 parent 8c42924 commit e0916ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screencast/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
'social_core.pipeline.user.user_details', )
214214

215215
SIMPLE_JWT = {
216-
'ACCESS_TOKEN_LIFETIME': timedelta(minutes=10),
216+
'ACCESS_TOKEN_LIFETIME': timedelta( days=3),
217217
'REFRESH_TOKEN_LIFETIME': timedelta(days=2),
218218
'ROTATE_REFRESH_TOKENS': False,
219219
'BLACKLIST_AFTER_ROTATION': True,

0 commit comments

Comments
 (0)