Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2b3139

Browse files
author
xuxinhua
committed
发信频率降低
1 parent 10afd82 commit e2b3139

File tree

1 file changed

+1
-1
lines changed
  • websites/code/studygolang/src/service

1 file changed

+1
-1
lines changed

websites/code/studygolang/src/service/mail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func EmailNotice() {
129129
}
130130

131131
// 控制发信速度
132-
time.Sleep(10 * time.Second)
132+
time.Sleep(30 * time.Second)
133133
}
134134
}
135135

0 commit comments

Comments
 (0)