Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
CA
Crawlee & Apify
•
3y ago
rival-black
How can i change request timeout to 10 seconds instead of 30 seconds
3 Replies
rival-black
OP
•
3y ago
^^
helpful-purple
•
3y ago
Hi @CTK WARRIOR, you can specify the option navigationTimeoutSecs in the crawler options. For example:
const crawler = new CheerioCrawler({
...
navigationTimeoutSecs: 10,
});
const crawler = new CheerioCrawler({
...
navigationTimeoutSecs: 10,
});
rival-black
OP
•
3y ago
oh thanks
Crawlee & Apify
Join
This is the official developer community of Apify and Crawlee.
11K
Members
View on Discord
Did you find this page helpful?
Yes
No