1
0
mirror of https://github.com/beego/bee.git synced 2025-07-06 20:00:19 +00:00

Formatting code

This commit is contained in:
wangle
2020-07-27 23:39:01 +08:00
parent 877c2b2b80
commit 147e776afb
3 changed files with 4 additions and 6 deletions

View File

@ -522,7 +522,7 @@ func goGetBee() {
select {
case <-done:
return
case <-time.After(time.Duration(30 * time.Second)):
case <-time.After(time.Second * 30):
beeLogger.Log.Warn("Update Bee timeout!!!")
}
}