mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +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 = {
|
config.options = {
|
||||||
cache: false,
|
cache: false,
|
||||||
executable_path: './bin/chromium',
|
executable_path: './bin/chromium',
|
||||||
launch_args: ['--no-sandbox'],
|
launch_args: %w(--disable-gpu --no-sandbox),
|
||||||
timeout: Constants::GROVER_TIMEOUT_MS
|
timeout: Constants::GROVER_TIMEOUT_MS
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue