fix: correct web probe browser memory policy
This commit is contained in:
@@ -395,7 +395,7 @@ function chromiumLaunchOptionsForProxy(proxy) {
|
||||
}
|
||||
|
||||
function chromiumLowResourceArgs() {
|
||||
return ["--disable-gpu", "--disable-gpu-compositing", "--no-sandbox"];
|
||||
return [];
|
||||
}
|
||||
|
||||
function browserProcessEnvWithoutProxy() {
|
||||
|
||||
Reference in New Issue
Block a user