Skip to content

Commit cbc7cfc

Browse files
chore: fix server performance flake (#20280)
* chore: fix server performance flake * rerun in circle Co-authored-by: Brian Mann <[email protected]>
1 parent 9a8987e commit cbc7cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/server/lib/environment.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ try {
6666
// https://github.com/cypress-io/cypress/issues/15814
6767
app.commandLine.appendSwitch('disable-dev-shm-usage')
6868

69+
// prevent navigation throttling when navigating in the browser rapid fire
70+
// https://github.com/cypress-io/cypress/pull/20271
71+
app.commandLine.appendSwitch('disable-ipc-flooding-protection')
72+
6973
if (os.platform() === 'linux') {
7074
app.disableHardwareAcceleration()
7175
}

0 commit comments

Comments
 (0)