diff --git a/config/env/torrents.js b/config/env/torrents.js index 9e4c4fdc..93c410f9 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -156,7 +156,7 @@ module.exports = { */ sign: { openSignup: true, - signUpActiveTokenExpires: 60 * 60 * 1000 * 2, + signUpActiveTokenExpires: 60 * 60 * 1000 * 24, allowSocialSignin: false, showDemoSignMessage: true },