Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oissevalt committed Oct 20, 2024
1 parent 6ae4e52 commit 7ab99da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dice/ext_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func RegisterBuiltinExtLog(self *Dice) {
currentGroup.UpdatedAtTime = time.Now().Unix()

time.Sleep(time.Duration(0.3 * float64(time.Second)))
// Note: 2024-10-15 经过简单测试,似乎能缓解#1034的问题,但无法根本解决。
// Note: 2024-10-15 经过简单测试,似乎能缓解#1034的问题,但无法根本解决。
go collectLogAndUpload(currentGroup.GroupID, currentGroup.LogCurName)

currentGroup.LogCurName = ""
Expand Down

0 comments on commit 7ab99da

Please sign in to comment.