This commit is contained in:
@@ -446,7 +446,8 @@ namespace AyaNova.Biz
|
||||
}
|
||||
|
||||
//Set Chromium args
|
||||
var DefaultArgs = "--disable-dev-shm-usage --no-sandbox --disable-gpu --no-zygote ";
|
||||
//var DefaultArgs = "--disable-dev-shm-usage --single-process --no-sandbox --disable-gpu --no-zygote ";
|
||||
var DefaultArgs = "--headless --no-sandbox";
|
||||
if (!string.IsNullOrWhiteSpace(ServerBootConfig.AYANOVA_REPORT_RENDER_BROWSER_PARAMS))
|
||||
{
|
||||
log.LogDebug($"AYANOVA_REPORT_RENDER_BROWSER_PARAMS will be used: {ServerBootConfig.AYANOVA_REPORT_RENDER_BROWSER_PARAMS}");
|
||||
|
||||
Reference in New Issue
Block a user