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

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

View File

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