Skip to content

Commit 5128187

Browse files
committed
dangerous-disable-rate-limits
1 parent d833e9e commit 5128187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineConfig({
4141
`--access-url=http://localhost:${port} ` +
4242
`--http-address=localhost:${port} ` +
4343
`--in-memory --telemetry=false ` +
44-
`--api-rate-limit=-1 ` +
44+
`--dangerous-disable-rate-limits ` +
4545
`--provisioner-daemons 10 ` +
4646
`--provisioner-daemons-echo ` +
4747
`--provisioner-daemon-poll-interval 50ms`,

0 commit comments

Comments
 (0)