We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387bbe9 commit 47135c8Copy full SHA for 47135c8
src/Plugins/BotSharp.Plugin.MongoStorage/Collections/CrontabItemDocument.cs
@@ -13,7 +13,7 @@ public class CrontabItemDocument : MongoBase
13
public string Description { get; set; }
14
public int ExecutionCount { get; set; }
15
public int MaxExecutionCount { get; set; }
16
- public int ExpireSeconds { get; set; } = 60;
+ public int ExpireSeconds { get; set; }
17
public IEnumerable<CronTaskMongoElement> Tasks { get; set; } = [];
18
public DateTime CreatedTime { get; set; } = DateTime.UtcNow;
19
0 commit comments