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 d833e9e commit 5128187Copy full SHA for 5128187
site/e2e/playwright.config.ts
@@ -41,7 +41,7 @@ export default defineConfig({
41
`--access-url=http://localhost:${port} ` +
42
`--http-address=localhost:${port} ` +
43
`--in-memory --telemetry=false ` +
44
- `--api-rate-limit=-1 ` +
+ `--dangerous-disable-rate-limits ` +
45
`--provisioner-daemons 10 ` +
46
`--provisioner-daemons-echo ` +
47
`--provisioner-daemon-poll-interval 50ms`,
0 commit comments