proxyAuth: use default expiry time in cookie (1 year)

This commit is contained in:
Girish Ramakrishnan
2021-04-30 10:31:09 -07:00
parent 6fe8974a2d
commit 8ff68331a8
5 changed files with 10 additions and 10 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ exports = module.exports = {
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',
DEFAULT_TOKEN_EXPIRATION: 365 * 24 * 60 * 60 * 1000, // 1 year
DEFAULT_TOKEN_EXPIRATION_MSECS: 365 * 24 * 60 * 60 * 1000, // 1 year
DEFAULT_TOKEN_EXPIRATION_DAYS: 365,
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024), // see also client.js