mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-12-14 08:08:58 -05:00
Every time we create a new `Chrome` instance, we run `check_version` which executes a subprocess that runs `chrome_exe --version`. Chrome version changes very rarely and when it does, we restart Brozzler anyway. Since we create a new `Chrome` instance every time we run a fresh `Browser` (which may be a lot), it makes sense to cache `check_version`. |
||
|---|---|---|
| .. | ||
| dashboard | ||
| js-templates | ||
| __init__.py | ||
| behaviors.yaml | ||
| browser.py | ||
| chrome.py | ||
| cli.py | ||
| easy.py | ||
| frontier.py | ||
| job_schema.yaml | ||
| metrics.py | ||
| model.py | ||
| pywb.py | ||
| robots.py | ||
| ssl.py | ||
| worker.py | ||
| ydl.py | ||