mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-07 22:12:15 -04:00
implement timeout and retries to work around issue where sometimes we receive no result message after requesting outlinks
This commit is contained in:
parent
be58fb46f7
commit
3bf3c80720
2 changed files with 38 additions and 11 deletions
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b3.dev48',
|
||||
version='1.1b3.dev49',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue