Commit c578ad7008f79c3b60ae4b34cc44b7853f135d1a

Authored by 陆恒
1 parent e9754727
Exists in master

速度正常

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