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,5 @@
//go:build mips || mipsle
package executor
const concurrentCount = 1