mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-23 02:33:22 +08:00
优化RankService排行榜服务
This commit is contained in:
@@ -15,7 +15,7 @@ var RankDataPool = sync.NewPoolEx(make(chan sync.IPoolData, 10240), func() sync.
|
||||
|
||||
type RankData struct {
|
||||
*rpc.RankData
|
||||
|
||||
bRelease bool
|
||||
ref bool
|
||||
compareFunc func(other skip.Comparator) int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user