mirror of
https://github.com/zhigang1992/cow.git
synced 2026-01-12 17:12:57 +08:00
Fix typo.
This commit is contained in:
@@ -289,7 +289,7 @@ func (pp *latencyParentPool) updateLatency() {
|
|||||||
|
|
||||||
// Sort according to latency.
|
// Sort according to latency.
|
||||||
sort.Stable(&cp)
|
sort.Stable(&cp)
|
||||||
debug.Println("lantency lowest proxy", cp.parent[0].getServer())
|
debug.Println("latency lowest proxy", cp.parent[0].getServer())
|
||||||
|
|
||||||
// Update parent slice.
|
// Update parent slice.
|
||||||
latencyMutex.Lock()
|
latencyMutex.Lock()
|
||||||
|
|||||||
Reference in New Issue
Block a user