You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is hard-coded value of 5 seconds to wait for page to load. While this works for majority of use cases I see that sometimes this is not enough and screenshots are incomplete. Sites that have excessive javascript or loading bars may take longer before they allow to see the page.
Possible implementation would allow user to configure CRAWLER_SCREENSHOT_WAIT_SECONDS (or similar) environmental variable which would default to 5 (5 seconds). This would allow user to configure wait time before screenshot is taken.
The text was updated successfully, but these errors were encountered:
Currently there is hard-coded value of 5 seconds to wait for page to load. While this works for majority of use cases I see that sometimes this is not enough and screenshots are incomplete. Sites that have excessive javascript or loading bars may take longer before they allow to see the page.
Problem code
hoarder/apps/workers/crawlerWorker.ts
Line 299 in a7b1386
Possible implementation would allow user to configure
CRAWLER_SCREENSHOT_WAIT_SECONDS
(or similar) environmental variable which would default to 5 (5 seconds). This would allow user to configure wait time before screenshot is taken.The text was updated successfully, but these errors were encountered: