Commit 9f05fc4e by huangchengyi

1.0

parent b80d9841
Showing with 1 additions and 1 deletions
...@@ -104,7 +104,7 @@ func Synchronization(ctx *gin.Context) { ...@@ -104,7 +104,7 @@ func Synchronization(ctx *gin.Context) {
return true return true
}) })
case <-time.After(time.Second * 6): case <-time.After(time.Second * 20):
logger.Log("协程超时", "sku", 1) logger.Log("协程超时", "sku", 1)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment