Skip to content

Commit

Permalink
fix: remove session timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 26, 2017
1 parent b1aa1dc commit b4f2946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sessions/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function addSession (state, options) {
return promise

.then(function (doc) {
var sessionTimeout = 1209600 // 14 days
var sessionTimeout = 3154000000 // TODO: https://github.com/hoodiehq/hoodie-account-server-api/issues/16
var sessionId = calculateSessionId(
doc.name,
doc.salt,
Expand Down

0 comments on commit b4f2946

Please sign in to comment.