mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Fix Grover config [SCI-10931]
This commit is contained in:
parent
f64ea95989
commit
c43a730972
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Grover.configure do |config|
|
|||
config.options = {
|
||||
cache: false,
|
||||
executable_path: './bin/chromium',
|
||||
launch_args: ['--no-sandbox'],
|
||||
launch_args: %w(--disable-gpu --no-sandbox),
|
||||
timeout: Constants::GROVER_TIMEOUT_MS
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue