mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Fix a comment to be more correct
This commit is contained in:
@@ -706,7 +706,7 @@ func (p *RpcProxy) UpdateFromNodeUpdateResponse(resp *structs.NodeUpdateResponse
|
||||
}
|
||||
}
|
||||
|
||||
// Short-circuit acquiring a lock if nothing changed
|
||||
// Short-circuit acquiring listLock if nothing changed
|
||||
if !newServers && numOldServers == numBothServers {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user