Skip to content

Commit

Permalink
修改了错别字 (#1471)
Browse files Browse the repository at this point in the history
第346行的文字: `线` => `限`
  • Loading branch information
RTAkland authored May 18, 2022
1 parent a75f412 commit df3168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func (c *HTTPClient) onBotPushEvent(e *coolq.Event) {
if i < c.MaxRetries {
log.Warnf("上报 Event 数据到 %v 失败: %v 将进行第 %d 次重试", c.addr, err, i+1)
} else {
log.Warnf("上报 Event 数据 %s 到 %v 失败: %v 停止上报:已达重试上线", e.JSONBytes(), c.addr, err)
log.Warnf("上报 Event 数据 %s 到 %v 失败: %v 停止上报:已达重试上限", e.JSONBytes(), c.addr, err)
return
}
time.Sleep(time.Millisecond * time.Duration(c.RetriesInterval))
Expand Down

0 comments on commit df3168f

Please sign in to comment.