Skip to content

Commit 5800843

Browse files
committed
feat: increase the number of concurrent Playwright trace recordings
1 parent f92acf5 commit 5800843

File tree

1 file changed

+1
-1
lines changed
  • packages/artillery-engine-playwright

1 file changed

+1
-1
lines changed

packages/artillery-engine-playwright/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class PlaywrightEngine {
7474

7575
// We use this to make sure only one VU is recording at one time:
7676
this.MAX_CONCURRENT_RECORDINGS =
77-
this.tracingConfig.maxConcurrentRecordings || 3; // maximum number of VUs that can record at the same time
77+
this.tracingConfig.maxConcurrentRecordings || 5; // maximum number of VUs that can record at the same time
7878
this.vusRecording = 0; // number of VUs currently recording
7979

8080
//

0 commit comments

Comments
 (0)