mirror of
https://github.com/beego/bee.git
synced 2025-07-06 20:00:19 +00:00
Formatting code
This commit is contained in:
@ -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!!!")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user