mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
two weeks should be long enough, rather than 1mo.
This commit is contained in:
parent
912c0860fe
commit
c625458ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ module.exports.deleteStaleAccounts = ->
|
|||
removeAccount(collection, user._id)
|
||||
return
|
||||
diff = Math.abs(moment(today).sod().diff(moment(lastCron).sod(), "days"))
|
||||
if diff > 30
|
||||
if diff > 15
|
||||
removeAccount(collection, user._id)
|
||||
return
|
||||
Loading…
Reference in a new issue