Note, this is a repeat of v1.9.4 to allow us to publish v1.9.4 changes to PyPI.
Add Chrome CLI flag to prevent auto AI model download
Chrome 148 may trigger the download of a ~4GB weights.bin file
automatically. We want to prevent that.
Brozzler worker reclaims sites claimed over an hour ago
Previously jobs with more seeds than max_claimed_sites could deadlock if stale site claims also exceeded max_claimed_sites. Now we don't count stale site claims towards a job's max_claimed_sites cap.
Use chrome -v only when running in DEBUG logging level
We always use chrome -v but Chrome._read_stderr_stdout() is
processing chrome verbose stdout/stderr outputs and logs them only using logger.debug.
If not, they are ignored.
We change Chrome init to use -v only when the logging level is DEBUG to
save resources.
Other changes
Removed the --disable-direct-npapi-requests flag from the Chrome launch invocation