mirror of https://github.com/calzoneman/sync.git
Set purge interval to 1 hour
This commit is contained in:
parent
c5c88264f7
commit
76328fed07
|
@ -2,7 +2,7 @@
|
||||||
"author": "Calvin Montgomery",
|
"author": "Calvin Montgomery",
|
||||||
"name": "CyTube",
|
"name": "CyTube",
|
||||||
"description": "Online media synchronizer and chat",
|
"description": "Online media synchronizer and chat",
|
||||||
"version": "3.62.1",
|
"version": "3.63.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "http://github.com/calzoneman/sync"
|
"url": "http://github.com/calzoneman/sync"
|
||||||
},
|
},
|
||||||
|
|
|
@ -89,8 +89,7 @@ function initAccountCleanup() {
|
||||||
})().catch(error => {
|
})().catch(error => {
|
||||||
LOGGER.error('Error purging deleted accounts: %s', error.stack);
|
LOGGER.error('Error purging deleted accounts: %s', error.stack);
|
||||||
});
|
});
|
||||||
//}, 3600 * 1000);
|
}, 3600 * 1000);
|
||||||
}, 60 * 1000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = function (Server) {
|
module.exports = function (Server) {
|
||||||
|
|
Loading…
Reference in New Issue