mirror of
https://github.com/containous/traefik.git
synced 2025-01-10 01:17:55 +03:00
Remove hardcoded runtime.GOMAXPROCS.
This commit is contained in:
parent
f0371da838
commit
3158e51c62
@ -9,7 +9,6 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
"reflect"
|
||||
"runtime"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@ -34,8 +33,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
|
||||
//traefik config inits
|
||||
traefikConfiguration := NewTraefikConfiguration()
|
||||
traefikPointersConfiguration := NewTraefikDefaultPointersConfiguration()
|
||||
|
Loading…
Reference in New Issue
Block a user