fix: limit load provider concurrent size

This commit is contained in:
Skyxim
2022-05-08 22:52:46 +08:00
parent 2072964701
commit 463101aec1
4 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,7 @@
//go:build 386 || amd64 || arm64 || arm64be
package executor
import "math"
const concurrentCount = math.MaxInt