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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user