Commit 812535893c9aef880df8c6ba7299246709b87d3c

Authored by 陆恒
1 parent 17ea2d8c
Exists in master

提交

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -109,7 +109,8 @@ func (u *UserData) CalcSpeed() int64 {
109 109 logger.Error("CalcSpeed failed u=%v", u)
110 110 return 0
111 111 }
112   - return cfg.Speed
  112 + //测试用 速度30倍
  113 + return cfg.Speed * 30
113 114 }
114 115  
115 116 //计算物资
... ...