spatie / crawler

An easy to use, powerful crawler implemented in PHP. Can execute Javascript.

Home Page:https://freek.dev/308-building-a-crawler-in-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal error: Maximum execution time of 20000 seconds exceeded

ash-25 opened this issue · comments

Hi,
I am getting this error when i try to crawl big websites.
any way to resolve this?

PHP execution timeout? or connection timeout?

This sounds like a PHP execution timeout. Try this:

set_time_limit(0);