summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-11-25 11:25:15 +0100
committerValery Piashchynski <[email protected]>2022-11-25 11:25:15 +0100
commit823078cfc024c004497f74950507c20ba36ce4aa (patch)
treec0489be28a34e0fe3df635672f837886ea3c0af0 /cmd
parent33bebe596b6c920634ec9386d818b912939de94b (diff)
chore: update .rr.yaml, use proper procs number when running in docker
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go
index 054b192e..863947cd 100644
--- a/cmd/rr/main.go
+++ b/cmd/rr/main.go
@@ -6,6 +6,7 @@ import (
"github.com/fatih/color"
"github.com/roadrunner-server/roadrunner/v2/internal/cli"
+ _ "go.uber.org/automaxprocs"
)
// exitFn is a function for application exiting.