Make token expiry a year

we now have a UI to invalid all tokens easily, so this should be OK.
This commit is contained in:
Girish Ramakrishnan
2020-03-23 21:51:11 -07:00
parent 97c3bd8b8e
commit 1e8a02f91a

View File

@@ -32,7 +32,7 @@ exports = module.exports = {
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',
DEFAULT_TOKEN_EXPIRATION: 30 * 24 * 60 * 60 * 1000, // 1 month
DEFAULT_TOKEN_EXPIRATION: 365 * 24 * 60 * 60 * 1000, // 1 year
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js