Increased max ping requests to servers. Fixes #3.

This commit is contained in:
Stanislav Nikitin 2016-11-22 18:50:56 +05:00
parent bfd3f884b3
commit 9e6cdfc869
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type Pooler struct {
func (p *Pooler) Initialize() {
fmt.Println("Initializing requester goroutine pooler...")
// ToDo: figure out how to make this work nice.
p.maxrequests = 100
p.maxrequests = 150
_ = runtime.GOMAXPROCS(runtime.NumCPU() * 4)
p.pp = "\377\377\377\377"
fmt.Println("Pooler initialized")