Closed mateimarica closed 2 years ago
I think I wrote 4000 to test it and forgot to change it.
4000
Should instead be:
if ((currentDate - sessions[i].creationDate) > FILES_SESSION_VALIDITY_DURATION_MILLI) {
https://github.com/mateimarica/mateimarica.dev/blob/master/backend/subdomains/files/authManager.js#L84
I think I wrote
4000
to test it and forgot to change it.Should instead be:
https://github.com/mateimarica/mateimarica.dev/blob/master/backend/subdomains/files/authManager.js#L84