Misspell in comments in settings.py
'af' should be 'of' in openstack_dashboard/settings.py Change-Id: Ibcb0e4b592882e2dfb9322632b56c1385a782c44
This commit is contained in:
parent
04b692cc30
commit
a3c6300161
@ -170,7 +170,7 @@ SESSION_COOKIE_HTTPONLY = True
|
||||
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
|
||||
SESSION_COOKIE_SECURE = False
|
||||
SESSION_TIMEOUT = 1800
|
||||
# A token can be near the end af validity when a page starts loading, and
|
||||
# A token can be near the end of validity when a page starts loading, and
|
||||
# invalid during the rendering which can cause errors when a page load.
|
||||
# TOKEN_TIMEOUT_MARGIN defines a time in seconds we retrieve from token
|
||||
# validity to avoid this issue. You can adjust this time depending on the
|
||||
|
Loading…
Reference in New Issue
Block a user