Skip to content

Commit 47135c8

Browse files
author
Jicheng Lu
committed
revert
1 parent 387bbe9 commit 47135c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/BotSharp.Plugin.MongoStorage/Collections/CrontabItemDocument.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class CrontabItemDocument : MongoBase
1313
public string Description { get; set; }
1414
public int ExecutionCount { get; set; }
1515
public int MaxExecutionCount { get; set; }
16-
public int ExpireSeconds { get; set; } = 60;
16+
public int ExpireSeconds { get; set; }
1717
public IEnumerable<CronTaskMongoElement> Tasks { get; set; } = [];
1818
public DateTime CreatedTime { get; set; } = DateTime.UtcNow;
1919

0 commit comments

Comments
 (0)