Skip to content

Commit 7cb1fa9

Browse files
committed
Only run the ota timeout job every 5 minutes
1 parent d632701 commit 7cb1fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cron/Jobs/OtaTimeoutJob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace OpenShock.Cron.Jobs;
77

8-
[CronJob("0 */1 * * * ?")]
8+
[CronJob("0 */5 * * * ?")]
99
public sealed class OtaTimeoutJob
1010
{
1111
private readonly OpenShockContext _db;

0 commit comments

Comments
 (0)