Skip to content

Commit 1227605

Browse files
aQuaaQua
authored andcommitted
helper 修改了延期的策略
1 parent 4e8b42c commit 1227605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Helper/dida.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ func saveLocal(task string) {
6666

6767
var m = map[string]time.Duration{
6868
"#do": 15,
69-
"#re": 30,
70-
"#fa": 60,
69+
"#re": 90,
70+
"#fa": 30,
7171
}
7272

7373
func delay(task string) string {

0 commit comments

Comments
 (0)