fix chrome headless lag on Win7 (#2890)
This commit is contained in:
parent
e2cc0e2a19
commit
f91ba38907
|
|
@ -56,7 +56,9 @@ try {
|
|||
customLaunchers: {
|
||||
ChromeHeadlessNoSandbox: {
|
||||
base: 'ChromeHeadless',
|
||||
flags: ['--no-sandbox']
|
||||
|
||||
// ChromeHeadless runs about 10x slower on Windows 7 machines without the --proxy switches below. Why? ¯\_(ツ)_/¯
|
||||
flags: ["--no-sandbox", "--proxy-server='direct://'", "--proxy-bypass-list=*"]
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue