Skip to content

Commit

Permalink
Merge pull request #316 from galgeek/bmiller/shorter_behavior_timeout
Browse files Browse the repository at this point in the history
shorter behavior timeout
  • Loading branch information
galgeek authored Jan 23, 2025
2 parents 5e701e9 + 2905324 commit a749b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brozzler/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def browse_page(
ytdlp_tmpdir="/tmp",
simpler404=False,
page_timeout=300,
behavior_timeout=900,
behavior_timeout=300,
extract_outlinks_timeout=60,
download_throughput=-1,
stealth=False,
Expand Down
2 changes: 1 addition & 1 deletion brozzler/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(
simpler404=False,
screenshot_full_page=False,
page_timeout=300,
behavior_timeout=900,
behavior_timeout=300,
extract_outlinks_timeout=60,
download_throughput=-1,
stealth=False,
Expand Down

0 comments on commit a749b29

Please sign in to comment.