Merge branch 'umbel-perf-improvements' of github.com:pilosa/pilosa into umbel-perf-improvements

This commit is contained in:
Todd Gruben 2017-02-16 16:01:39 -05:00
commit f8de3aeeea

View file

@ -35,7 +35,10 @@ const (
)
func main() {
// Limit the number of connections that a server can make to a single node
// in order to prevent a cluster storm.
http.DefaultTransport.(*http.Transport).MaxIdleConnsPerHost = 64
m := NewMain()
fmt.Fprintf(m.Stderr, "Pilosa %s\n", Build)