mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:28:31 +02:00
fix(loadbalancer): change pool type from value to pointer
This commit is contained in:
@@ -33,7 +33,7 @@ type (
|
|||||||
|
|
||||||
task *task.Task
|
task *task.Task
|
||||||
|
|
||||||
pool pool.Pool[types.LoadBalancerServer]
|
pool *pool.Pool[types.LoadBalancerServer]
|
||||||
poolMu sync.Mutex
|
poolMu sync.Mutex
|
||||||
|
|
||||||
sumWeight int
|
sumWeight int
|
||||||
|
|||||||
Reference in New Issue
Block a user