Set purge interval to 1 hour
This commit is contained in:
parent
aa2348656d
commit
b68ed4d77a
2 changed files with 2 additions and 3 deletions
|
|
@ -89,8 +89,7 @@ function initAccountCleanup() {
|
|||
})().catch(error => {
|
||||
LOGGER.error('Error purging deleted accounts: %s', error.stack);
|
||||
});
|
||||
//}, 3600 * 1000);
|
||||
}, 60 * 1000);
|
||||
}, 3600 * 1000);
|
||||
}
|
||||
|
||||
module.exports = function (Server) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue