Skip to content

Commit

Permalink
behavior_timeout=300seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbara Miller committed Jan 23, 2025
1 parent eb922f5 commit 2905324
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 @@ -68,7 +68,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 2905324

Please sign in to comment.