mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
behavior_timeout=300seconds
This commit is contained in:
parent
eb922f5155
commit
2905324435
@ -486,7 +486,7 @@ class Browser:
|
|||||||
ytdlp_tmpdir="/tmp",
|
ytdlp_tmpdir="/tmp",
|
||||||
simpler404=False,
|
simpler404=False,
|
||||||
page_timeout=300,
|
page_timeout=300,
|
||||||
behavior_timeout=900,
|
behavior_timeout=300,
|
||||||
extract_outlinks_timeout=60,
|
extract_outlinks_timeout=60,
|
||||||
download_throughput=-1,
|
download_throughput=-1,
|
||||||
stealth=False,
|
stealth=False,
|
||||||
|
@ -68,7 +68,7 @@ class BrozzlerWorker:
|
|||||||
simpler404=False,
|
simpler404=False,
|
||||||
screenshot_full_page=False,
|
screenshot_full_page=False,
|
||||||
page_timeout=300,
|
page_timeout=300,
|
||||||
behavior_timeout=900,
|
behavior_timeout=300,
|
||||||
extract_outlinks_timeout=60,
|
extract_outlinks_timeout=60,
|
||||||
download_throughput=-1,
|
download_throughput=-1,
|
||||||
stealth=False,
|
stealth=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user