Update (fix): infinite loop
This commit is contained in:
@@ -32,6 +32,7 @@ class UrlToCrawl extends Model
|
||||
'is_crawling' => 'bool',
|
||||
'is_crawled' => 'bool',
|
||||
'metadata' => 'object',
|
||||
'crawl_counts' => 'integer',
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
@@ -43,5 +44,6 @@ class UrlToCrawl extends Model
|
||||
'output',
|
||||
'metadata',
|
||||
'status',
|
||||
'crawl_counts',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user