No need in strconv now.
This commit is contained in:
parent
99435a769f
commit
9ce4ad8945
@ -33,7 +33,7 @@ type Pooler struct {
|
|||||||
|
|
||||||
func (p *Pooler) Initialize() {
|
func (p *Pooler) Initialize() {
|
||||||
fmt.Println("Initializing requester goroutine pooler...")
|
fmt.Println("Initializing requester goroutine pooler...")
|
||||||
p.maxrequests = runtime.NumCPU() * 2
|
p.maxrequests = runtime.NumCPU() * 4
|
||||||
p.pp = "\377\377\377\377"
|
p.pp = "\377\377\377\377"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ package ui
|
|||||||
import (
|
import (
|
||||||
// stdlib
|
// stdlib
|
||||||
"fmt"
|
"fmt"
|
||||||
"strconv"
|
|
||||||
|
|
||||||
// Local
|
// Local
|
||||||
"github.com/pztrn/urtrator/datamodels"
|
"github.com/pztrn/urtrator/datamodels"
|
||||||
|
Reference in New Issue
Block a user