mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 00:54:32 +08:00
Merge pull request #7789 from scinote-eln/hotfix/1.36.0.1
Hotfix/1.36.0.1
This commit is contained in:
commit
fa2ef02c3e
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.36.0
|
1.36.0.1
|
||||||
|
|
|
@ -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…
Add table
Reference in a new issue