refactor(性能测试): 调整默认的 maxThreadNumbers

This commit is contained in:
CaptainB 2022-03-16 11:29:46 +08:00 committed by 刘瑞斌
parent a27a9748da
commit 513c1897de
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ export default {
resourcePoolType: null,
activeNames: ["0"],
threadGroups: [],
maxThreadNumbers: 5000,
maxThreadNumbers: 500000,
serializeThreadGroups: false,
autoStop: false,
autoStopDelay: 30,