mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 06:22:23 -04:00
Merge pull request #316 from galgeek/bmiller/shorter_behavior_timeout
shorter behavior timeout
This commit is contained in:
commit
a749b2968b
2 changed files with 2 additions and 2 deletions
|
@ -486,7 +486,7 @@ class Browser:
|
|||
ytdlp_tmpdir="/tmp",
|
||||
simpler404=False,
|
||||
page_timeout=300,
|
||||
behavior_timeout=900,
|
||||
behavior_timeout=300,
|
||||
extract_outlinks_timeout=60,
|
||||
download_throughput=-1,
|
||||
stealth=False,
|
||||
|
|
|
@ -69,7 +69,7 @@ class BrozzlerWorker:
|
|||
simpler404=False,
|
||||
screenshot_full_page=False,
|
||||
page_timeout=300,
|
||||
behavior_timeout=900,
|
||||
behavior_timeout=300,
|
||||
extract_outlinks_timeout=60,
|
||||
download_throughput=-1,
|
||||
stealth=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue