bump default token expiry to a month

This commit is contained in:
Girish Ramakrishnan
2020-03-21 18:46:38 -07:00
parent 2447e91a9f
commit 09ce27d74b
+1 -1
View File
@@ -32,7 +32,7 @@ exports = module.exports = {
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',
DEFAULT_TOKEN_EXPIRATION: 7 * 24 * 60 * 60 * 1000, // 1 week
DEFAULT_TOKEN_EXPIRATION: 30 * 24 * 60 * 60 * 1000, // 1 month
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js