Commit 989cb915 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e9e3ca34
......@@ -860,8 +860,6 @@ func (m *Master) serve(ctx context.Context) (err error) {
servedq := make(chan serveDone) // <- result of a serve task
inprogress := 0 // in-progress serve tasks
println("M: serve")
// goServe spawns serve task for a peer.
goServe := func(peer *_MasteredPeer) {
inprogress++
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment