Skip to content

Commit bbfe116

Browse files
committed
fix: enable production mail-recover job
1 parent 5fc6e41 commit bbfe116

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/conf/production.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
},
1414
"jobs": {
1515
"mail-recover": {
16-
"enable": true
16+
"enable": true,
17+
"bufferTime": 1800,
18+
"type": "cron",
19+
"cron": "0 */30 * * *"
1720
}
1821
}
1922
}

0 commit comments

Comments
 (0)