Skip to content

Commit 056c8c1

Browse files
committed
feat: Increase default concurrency to 100
1 parent b1194d5 commit 056c8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createManyConcurrentRequests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// --- Configuration ---
1616
const TOTAL_REQUESTS = 100; // Total number of requests to create
17-
const CONCURRENCY_LIMIT = 10; // Number of requests to create concurrently
17+
const CONCURRENCY_LIMIT = 100; // Number of requests to create concurrently
1818
// ---------------------
1919

2020
// Load environment variables from .env file

0 commit comments

Comments
 (0)