Skip to content
Snippets Groups Projects
Commit 546ad88c authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix auth shutdown to correct idle time (30 days)

parent 22fc5036
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if process.env.TUTUM_REDIS_HOST?
client.rpush("frontend:#{process.env.TUTUM_CLIENT_HOST}", process.env.TUTUM_CLIENT_NAME)
client.rpush("frontend:#{process.env.TUTUM_CLIENT_HOST}", "http://#{process.env.TUTUM_IP_ADDRESS.split('/')[0]}:3000")
day = 3600000
day = 86400000
inactiveDays = 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment