mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-16 09:00:30 +01:00
fix(torrents): fixed eslint warning
This commit is contained in:
@@ -133,7 +133,7 @@ function cronJobBackupMongoDB() {
|
||||
*/
|
||||
function removeGhostPeers() {
|
||||
var cronJob = new CronJob({
|
||||
// cronTime: '00 05 1 * * *',
|
||||
//cronTime: '00 05 1 * * *',
|
||||
//cronTime: '*/5 * * * * *',
|
||||
cronTime: '00 30 */2 * * *',
|
||||
onTick: function () {
|
||||
|
||||
Reference in New Issue
Block a user