diff options
author | Valery Piashchynski <[email protected]> | 2022-11-25 11:25:15 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-25 11:25:15 +0100 |
commit | 823078cfc024c004497f74950507c20ba36ce4aa (patch) | |
tree | c0489be28a34e0fe3df635672f837886ea3c0af0 /go.mod | |
parent | 33bebe596b6c920634ec9386d818b912939de94b (diff) |
chore: update .rr.yaml, use proper procs number when running in docker
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ require ( github.com/stretchr/testify v1.8.1 github.com/temporalio/roadrunner-temporal/v2 v2.0.0 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.27 + go.uber.org/automaxprocs v1.5.1 ) exclude ( |