We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92acf5 commit 5800843Copy full SHA for 5800843
packages/artillery-engine-playwright/index.js
@@ -74,7 +74,7 @@ class PlaywrightEngine {
74
75
// We use this to make sure only one VU is recording at one time:
76
this.MAX_CONCURRENT_RECORDINGS =
77
- this.tracingConfig.maxConcurrentRecordings || 3; // maximum number of VUs that can record at the same time
+ this.tracingConfig.maxConcurrentRecordings || 5; // maximum number of VUs that can record at the same time
78
this.vusRecording = 0; // number of VUs currently recording
79
80
//
0 commit comments