Skip to content

Commit

Permalink
make shunt better
Browse files Browse the repository at this point in the history
  • Loading branch information
abericyang@gmail.com committed May 10, 2019
1 parent 19790de commit 316e333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rivet/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func UseDiscovery(component, url, serviceName, hostname string, port int) {
}
}
if request.LB {
go scheduled.CheckServices()
scheduled.CheckServices()
}
}

Expand Down

0 comments on commit 316e333

Please sign in to comment.